diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-03-10 10:48:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-10 10:48:50 +0100 |
| commit | d54cc9e44759818f3356c35c7b59f3ffaf7213db (patch) | |
| tree | 64a6ddd79919020d96fafb35f3d504d15fa7973a | |
| parent | 10aa25d5ada958dbdc6caf31c17c7b24fe2db253 (diff) | |
| parent | 3f772a73e7183c910d28f76efd94bf87164f047a (diff) | |
| download | PROJ-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.txt | 2 |
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 |
