<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/config/core/CMakeLists.txt	2024-02-19 02:18:26
+++ src/config/core/CMakeLists.txt	2024-03-14 20:28:12
@@ -9,7 +9,7 @@
   install(
     FILES
       "${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc"
-    DESTINATION "${LIB_DESTINATION}/pkgconfig")
+    DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
 endif()
 
 
</pre></body></html>