From b1fe038a839d54fa7da9cadf8eb5e487bf30cb01 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 6 Oct 2016 15:29:37 -0700 Subject: Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123 --- scripts/templates/portfile.in.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/templates/portfile.in.cmake b/scripts/templates/portfile.in.cmake index 760b6a700..804d8d216 100644 --- a/scripts/templates/portfile.in.cmake +++ b/scripts/templates/portfile.in.cmake @@ -23,7 +23,6 @@ vcpkg_configure_cmake( # OPTIONS_DEBUG -DDEBUGGABLE=1 ) -vcpkg_build_cmake() vcpkg_install_cmake() # Handle copyright -- cgit v1.2.3