diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-03-08 23:17:05 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2022-03-08 23:17:05 +0100 |
| commit | 3a8aeaeef72a6ca3dd3233dec7597e40031d043f (patch) | |
| tree | fe7627b98528bb42ee14e7433bcb95eb9e0886a3 | |
| parent | 2f38db37b8b51b764c1d8ed7caa2e9b186aee945 (diff) | |
| download | PROJ-3a8aeaeef72a6ca3dd3233dec7597e40031d043f.tar.gz PROJ-3a8aeaeef72a6ca3dd3233dec7597e40031d043f.zip | |
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 |
