diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-03-09 20:48:25 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-03-09 21:34:27 +0000 |
| commit | 3f772a73e7183c910d28f76efd94bf87164f047a (patch) | |
| tree | 64a6ddd79919020d96fafb35f3d504d15fa7973a | |
| parent | 10aa25d5ada958dbdc6caf31c17c7b24fe2db253 (diff) | |
| download | PROJ-3f772a73e7183c910d28f76efd94bf87164f047a.tar.gz PROJ-3f772a73e7183c910d28f76efd94bf87164f047a.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 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 |
