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 $