From 48fe5f36b2ae0ee82d11cb7c2c42e4d7bec9873f Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 28 Sep 2016 16:25:32 -0700 Subject: Rename SCAFFOLD to CREATE to match `vcpkg create` --- scripts/ports.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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() -- cgit v1.2.3