mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 13:44:27 +02:00
The latest Conan generates Catch2
CMake target
This commit is contained in:
@@ -34,7 +34,7 @@ add_executable(unit_tests_runtime
|
|||||||
)
|
)
|
||||||
target_link_libraries(unit_tests_runtime PRIVATE
|
target_link_libraries(unit_tests_runtime PRIVATE
|
||||||
mp-units::mp-units
|
mp-units::mp-units
|
||||||
catch2::catch2
|
Catch2::Catch2
|
||||||
)
|
)
|
||||||
|
|
||||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||||
|
Reference in New Issue
Block a user