Skip to content

Commit

Permalink
Merge pull request #3099 from rouault/fix_3078
Browse files Browse the repository at this point in the history
CMake: fix installation of proj.pc on Windows (fixes #3078)
  • Loading branch information
rouault authored and github-actions[bot] committed Mar 9, 2022
1 parent 10aa25d commit 3f772a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f772a7

Please sign in to comment.