aboutsummaryrefslogtreecommitdiff
path: root/scripts/ports.cmake
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-09-28 16:25:32 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-09-28 16:25:32 -0700
commit48fe5f36b2ae0ee82d11cb7c2c42e4d7bec9873f (patch)
tree7e5a5094d53abbc2dde5648e2aec37f67586988a /scripts/ports.cmake
parente4ada711c27221f2abd166c65a11940caff88f51 (diff)
downloadvcpkg-48fe5f36b2ae0ee82d11cb7c2c42e4d7bec9873f.tar.gz
vcpkg-48fe5f36b2ae0ee82d11cb7c2c42e4d7bec9873f.zip
Rename SCAFFOLD to CREATE to match `vcpkg create`
Diffstat (limited to 'scripts/ports.cmake')
-rw-r--r--scripts/ports.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake
index eeb7b254c..5887504d2 100644
--- a/scripts/ports.cmake
+++ b/scripts/ports.cmake
@@ -38,7 +38,7 @@ macro(debug_message)
endif()
endmacro()
-if(CMD MATCHES "^SCAFFOLD$")
+if(CMD MATCHES "^CREATE$")
if(EXISTS ports/${PORT}/portfile.cmake)
message(FATAL_ERROR "Portfile already exists: '${VCPKG_ROOT_DIR}/ports/${PORT}/portfile.cmake'")
endif()