From ab9fb76632aa8ae98978ce3c54ed88a2fd29fd4e Mon Sep 17 00:00:00 2001 From: turuslan Date: Mon, 5 Aug 2024 18:19:26 +0500 Subject: [PATCH] vcpkg Signed-off-by: turuslan --- CMakeLists.txt | 4 ++-- src/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 447b90a..06604ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,11 +69,11 @@ write_basic_package_version_file( install( FILES ${CMAKE_CURRENT_BINARY_DIR}/scaleConfigVersion.cmake - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/scale + DESTINATION share/scale ) install( EXPORT scaleConfig - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/scale + DESTINATION share/scale NAMESPACE scale:: ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5a48e67..24049fd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,7 @@ add_library(scale target_include_directories(scale PUBLIC $ - $ + $ ) target_link_libraries(scale Boost::boost