mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:28:59 +08:00
14 lines
408 B
Diff
14 lines
408 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 523fbd9..0467470 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -66,7 +66,7 @@ if(UNIX)
|
||
|
)
|
||
|
|
||
|
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/liblog4cxx.pc"
|
||
|
- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig)
|
||
|
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||
|
endif(UNIX)
|
||
|
|
||
|
# Support for find_package(log4cxx) in consuming CMake projects using
|