aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-04-07 16:20:19 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-04-07 16:20:19 -0700
commit19123677d111143dcbe0b168f4af90771be302cb (patch)
treed1b969e0d34300d274cecfb0d642bf2d693d4d78 /ports
parent52f8ff4c7936893474466b46337e0d2cb68fc766 (diff)
downloadvcpkg-19123677d111143dcbe0b168f4af90771be302cb.tar.gz
vcpkg-19123677d111143dcbe0b168f4af90771be302cb.zip
[geographiclib] /cmake is a directory -- it needs REMOVE_RECURSE
Diffstat (limited to 'ports')
-rw-r--r--ports/geographiclib/CONTROL2
-rw-r--r--ports/geographiclib/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/geographiclib/CONTROL b/ports/geographiclib/CONTROL
index a5ee9b9ad..a463ff055 100644
--- a/ports/geographiclib/CONTROL
+++ b/ports/geographiclib/CONTROL
@@ -1,3 +1,3 @@
Source: geographiclib
-Version: 1.47-patch1-1
+Version: 1.47-patch1-2
Description: a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.
diff --git a/ports/geographiclib/portfile.cmake b/ports/geographiclib/portfile.cmake
index b445728f0..b636bb62e 100644
--- a/ports/geographiclib/portfile.cmake
+++ b/ports/geographiclib/portfile.cmake
@@ -40,7 +40,7 @@ else()
endif()
vcpkg_install_cmake()
-file(REMOVE ${CURRENT_PACKAGES_DIR}/cmake)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/cmake)
file(COPY ${CURRENT_BUILDTREES_DIR}/src/GeographicLib-1.47/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/geographiclib)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/geographiclib/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/geographiclib/copyright)