aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-04 11:35:10 -0700
committerGitHub <noreply@github.com>2017-10-04 11:35:10 -0700
commit3fb90110dd7b99992092d220075e2abb96e3543a (patch)
tree115371aa0fa454f5533dccc30c61c64825bf69db
parent322e9254c1c4362ea30e1106fb44c087cbbe62e8 (diff)
parent66fdeb47760420f2de14d2fbcb72d44afc8c3f83 (diff)
downloadvcpkg-3fb90110dd7b99992092d220075e2abb96e3543a.tar.gz
vcpkg-3fb90110dd7b99992092d220075e2abb96e3543a.zip
Merge pull request #1923 from atkawa7/patch-1
[geos] remove build_cmake
-rw-r--r--ports/geos/CONTROL2
-rw-r--r--ports/geos/portfile.cmake4
2 files changed, 2 insertions, 4 deletions
diff --git a/ports/geos/CONTROL b/ports/geos/CONTROL
index 3d2ed4565..2b192d088 100644
--- a/ports/geos/CONTROL
+++ b/ports/geos/CONTROL
@@ -1,3 +1,3 @@
Source: geos
-Version: 3.6.2-1
+Version: 3.6.2-2
Description: Geometry Engine Open Source
diff --git a/ports/geos/portfile.cmake b/ports/geos/portfile.cmake
index ec88a0f57..68b4ab9f7 100644
--- a/ports/geos/portfile.cmake
+++ b/ports/geos/portfile.cmake
@@ -33,8 +33,6 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS -DGEOS_ENABLE_TESTS=False
)
-
-vcpkg_build_cmake()
vcpkg_install_cmake()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
@@ -49,4 +47,4 @@ else()
endif()
-vcpkg_copy_pdbs() \ No newline at end of file
+vcpkg_copy_pdbs()