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