From 3f772a73e7183c910d28f76efd94bf87164f047a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 9 Mar 2022 20:48:25 +0100 Subject: Merge pull request #3099 from rouault/fix_3078 CMake: fix installation of proj.pc on Windows (fixes #3078) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3