aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-03-08 23:17:05 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-03-08 23:17:05 +0100
commit3a8aeaeef72a6ca3dd3233dec7597e40031d043f (patch)
treefe7627b98528bb42ee14e7433bcb95eb9e0886a3
parent2f38db37b8b51b764c1d8ed7caa2e9b186aee945 (diff)
downloadPROJ-3a8aeaeef72a6ca3dd3233dec7597e40031d043f.tar.gz
PROJ-3a8aeaeef72a6ca3dd3233dec7597e40031d043f.zip
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