aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorStefan Uhrig <stefan.uhrig@sap.com>2021-03-10 18:56:45 +0100
committerGitHub <noreply@github.com>2021-03-10 11:56:45 -0600
commit8fe4184c6a17e237d8b864b6d10e0b520334a093 (patch)
treeee3a8d4e8dd5b25db34de61fae9c4392b29d8a75 /ports
parent2b20b27b0de7f1b5c1d2ca616de3cea7c21bef9b (diff)
downloadvcpkg-8fe4184c6a17e237d8b864b6d10e0b520334a093.tar.gz
vcpkg-8fe4184c6a17e237d8b864b6d10e0b520334a093.zip
[proj4] Copy over proj.pdb file on install (#15985)
* Copy over proj.pdb file on install * Update port-version of proj4 * update version record * Update proj4 version * Update versions/p-/proj4 Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/proj4/portfile.cmake2
-rw-r--r--ports/proj4/vcpkg.json1
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": [