The latest Conan generates Catch2 CMake target

This commit is contained in:
Mateusz Pusz
2022-02-28 18:27:03 +01:00
parent 0a6d11cf27
commit 87ab85625b

View File

@@ -34,7 +34,7 @@ add_executable(unit_tests_runtime
)
target_link_libraries(unit_tests_runtime PRIVATE
mp-units::mp-units
catch2::catch2
Catch2::Catch2
)
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")