aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-03-09 20:48:25 +0100
committerGitHub <noreply@github.com>2022-03-09 20:48:25 +0100
commit15f1e40597b919aa496c09d0c9df821143d9a824 (patch)
tree680465fad07cafbb7db081e1458511c208fe5776
parent600e8208eb07add6bc05f7df2582ad805b0278a1 (diff)
parent3a8aeaeef72a6ca3dd3233dec7597e40031d043f (diff)
downloadPROJ-15f1e40597b919aa496c09d0c9df821143d9a824.tar.gz
PROJ-15f1e40597b919aa496c09d0c9df821143d9a824.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 17713631..9727e6f6 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