Skip to content

Commit a460863

Browse files
authored
Merge pull request #202 from barracuda156/pkgconfig
Fix install path for liblucene++.pc
2 parents b545dba + f40f59c commit a460863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(NOT WIN32)
99
install(
1010
FILES
1111
"${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc"
12-
DESTINATION "${LIB_DESTINATION}/pkgconfig")
12+
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
1313
endif()
1414

1515

0 commit comments

Comments
 (0)