aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-03-10 10:48:50 +0100
committerGitHub <noreply@github.com>2022-03-10 10:48:50 +0100
commitd54cc9e44759818f3356c35c7b59f3ffaf7213db (patch)
tree64a6ddd79919020d96fafb35f3d504d15fa7973a
parent10aa25d5ada958dbdc6caf31c17c7b24fe2db253 (diff)
parent3f772a73e7183c910d28f76efd94bf87164f047a (diff)
downloadPROJ-d54cc9e44759818f3356c35c7b59f3ffaf7213db.tar.gz
PROJ-d54cc9e44759818f3356c35c7b59f3ffaf7213db.zip
Merge pull request #3109 from OSGeo/backport-3099-to-9.0
[Backport 9.0] 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