diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/proj4/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/proj4/vcpkg.json | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ports/proj4/portfile.cmake b/ports/proj4/portfile.cmake index 89bcc3b4a..e603d4af5 100644 --- a/ports/proj4/portfile.cmake +++ b/ports/proj4/portfile.cmake @@ -80,3 +80,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) + +vcpkg_copy_pdbs() diff --git a/ports/proj4/vcpkg.json b/ports/proj4/vcpkg.json index d36b0ad22..629feec02 100644 --- a/ports/proj4/vcpkg.json +++ b/ports/proj4/vcpkg.json @@ -1,6 +1,7 @@ { "name": "proj4", "version-string": "7.2.1", + "port-version": 1, "description": "PROJ.4 library for cartographic projections", "homepage": "https://github.com/OSGeo/PROJ", "dependencies": [ |
