aboutsummaryrefslogtreecommitdiff
path: root/ports/geos
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-31 12:34:04 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-31 12:34:04 -0700
commit71594b6bef76b3510265cf508b24d9221ceede4b (patch)
tree64007d5e3d4bc26bc5e8f14ca09f406f6990e5fd /ports/geos
parent600e11d83cc8d66dc15f871ffa0b973978871910 (diff)
downloadvcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.tar.gz
vcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.zip
Remove portfile branching of vcpkg_copy_pdbs()
Diffstat (limited to 'ports/geos')
-rw-r--r--ports/geos/portfile.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/geos/portfile.cmake b/ports/geos/portfile.cmake
index 554015937..b539b3f6f 100644
--- a/ports/geos/portfile.cmake
+++ b/ports/geos/portfile.cmake
@@ -36,10 +36,11 @@ file(COPY ${CURRENT_BUILDTREES_DIR}/src/3.5/COPYING DESTINATION ${CURRENT_PACKAG
file(RENAME ${CURRENT_PACKAGES_DIR}/share/geos/COPYING ${CURRENT_PACKAGES_DIR}/share/geos/copyright)
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
file(REMOVE ${CURRENT_PACKAGES_DIR}/lib/libgeos.lib ${CURRENT_PACKAGES_DIR}/debug/lib/libgeos.lib)
- vcpkg_copy_pdbs()
else()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
file(REMOVE ${CURRENT_PACKAGES_DIR}/lib/geos.lib ${CURRENT_PACKAGES_DIR}/debug/lib/geos.lib)
file(REMOVE ${CURRENT_PACKAGES_DIR}/lib/geos_c.lib ${CURRENT_PACKAGES_DIR}/debug/lib/geos_c.lib)
-endif() \ No newline at end of file
+endif()
+
+vcpkg_copy_pdbs() \ No newline at end of file