aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-03-09 20:48:25 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-03-09 21:34:27 +0000
commit3f772a73e7183c910d28f76efd94bf87164f047a (patch)
tree64a6ddd79919020d96fafb35f3d504d15fa7973a
parent10aa25d5ada958dbdc6caf31c17c7b24fe2db253 (diff)
downloadPROJ-3f772a73e7183c910d28f76efd94bf87164f047a.tar.gz
PROJ-3f772a73e7183c910d28f76efd94bf87164f047a.zip
Merge pull request #3099 from rouault/fix_3078
CMake: fix installation of proj.pc on Windows (fixes #3078)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9076f955..5eb4e338 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -330,7 +330,7 @@ configure_proj_pc()
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/proj.pc
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
+ DESTINATION ${LIBDIR}/pkgconfig)
################################################################################
# "make dist" workalike