fixes target name changes in Catch2 conan package
This commit is contained in:
parent
21f8410ba0
commit
3daa9ba90a
@ -1,6 +1,6 @@
|
|||||||
project (io_redirector)
|
project (io_redirector)
|
||||||
add_executable (${PROJECT_NAME} test.cpp)
|
add_executable (${PROJECT_NAME} test.cpp)
|
||||||
target_link_libraries (io_redirector LINK_PUBLIC scc-util catch2::catch2_with_main)
|
target_link_libraries (io_redirector LINK_PUBLIC scc-util Catch2::Catch2WithMain)
|
||||||
|
|
||||||
#add_test(NAME io_redirector_test COMMAND io_redirector)
|
#add_test(NAME io_redirector_test COMMAND io_redirector)
|
||||||
catch_discover_tests(${PROJECT_NAME})
|
catch_discover_tests(${PROJECT_NAME})
|
Loading…
Reference in New Issue
Block a user