From 87ab85625b8fe01a922e144a6870d0e0ffc47710 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 28 Feb 2022 18:27:03 +0100 Subject: [PATCH] The latest Conan generates `Catch2` CMake target --- test/unit_test/runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit_test/runtime/CMakeLists.txt b/test/unit_test/runtime/CMakeLists.txt index 4ed735e7..ba919690 100644 --- a/test/unit_test/runtime/CMakeLists.txt +++ b/test/unit_test/runtime/CMakeLists.txt @@ -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")