diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-03-09 20:48:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-09 20:48:25 +0100 |
| commit | 15f1e40597b919aa496c09d0c9df821143d9a824 (patch) | |
| tree | 680465fad07cafbb7db081e1458511c208fe5776 | |
| parent | 600e8208eb07add6bc05f7df2582ad805b0278a1 (diff) | |
| parent | 3a8aeaeef72a6ca3dd3233dec7597e40031d043f (diff) | |
| download | PROJ-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.txt | 2 |
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 |
