aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-10-04 05:36:30 -0700
committerGitHub <noreply@github.com>2017-10-04 05:36:30 -0700
commitbf84f929d818c21d004b6f8a67a926adce9f4d87 (patch)
tree16473e03b84a7542632293438aefde3c5331270b
parent322e9254c1c4362ea30e1106fb44c087cbbe62e8 (diff)
downloadvcpkg-bf84f929d818c21d004b6f8a67a926adce9f4d87.tar.gz
vcpkg-bf84f929d818c21d004b6f8a67a926adce9f4d87.zip
[geos] remove build_cmake
-rw-r--r--ports/geos/portfile.cmake4
1 files changed, 1 insertions, 3 deletions
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()