From 3a8aeaeef72a6ca3dd3233dec7597e40031d043f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 8 Mar 2022 23:17:05 +0100 Subject: 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 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 -- cgit v1.2.3