diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 8bfcb867..043ee5ea 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -55,6 +55,4 @@ else() target_compile_definitions(cru_base PUBLIC CRU_PLATFORM_LINUX) endif() -find_package(double-conversion CONFIG REQUIRED) -find_package(Microsoft.GSL CONFIG REQUIRED) -target_link_libraries(cru_base PUBLIC Microsoft.GSL::GSL double-conversion::double-conversion) +target_link_libraries(cru_base PUBLIC GSL double-conversion) |