mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:28:59 +08:00
d316fd1b70
* [Log4cxx] Fix dependency and pkgconfig * Update versions
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
|