From d7ee8f23a836f16194e221eb30bd2d0233cc8c0a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 25 Jan 2022 13:30:01 +0100 Subject: [PATCH] build: Conan finally fixed gsl-lite Relates to #318 --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index a41e5bc3..25730a63 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -37,7 +37,7 @@ check_libcxx_in_use(${projectPrefix}LIBCXX) add_library(mp-units-core INTERFACE) target_compile_features(mp-units-core INTERFACE cxx_std_20) target_link_libraries(mp-units-core INTERFACE - gsl-lite::gsl-lite + gsl::gsl-lite ) target_include_directories(mp-units-core ${unitsAsSystem} INTERFACE $