We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b545dba + f40f59c commit a460863Copy full SHA for a460863
src/config/core/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT WIN32)
9
install(
10
FILES
11
"${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc"
12
- DESTINATION "${LIB_DESTINATION}/pkgconfig")
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
13
endif()
14
15
0 commit comments