diff --git a/src/config/core/CMakeLists.txt b/src/config/core/CMakeLists.txt index e5691f54..69cfefcc 100644 --- a/src/config/core/CMakeLists.txt +++ b/src/config/core/CMakeLists.txt @@ -9,7 +9,7 @@ if(NOT WIN32) install( FILES "${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc" - DESTINATION "${LIB_DESTINATION}/pkgconfig") + DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) endif()