We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8311218 commit 8731082Copy full SHA for 8731082
tests/CMakeLists.txt
@@ -12,7 +12,7 @@ target_link_libraries(
12
PRIVATE
13
my-hovercraft-is-full-of-eels-compiler-options # tests use same compiler options as main project
14
my-hovercraft-is-full-of-eels
15
- Catch2::Catch2 # unit testing framework
+ Catch2::Catch2 # unit testing framework
16
)
17
18
enable_testing()
0 commit comments