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` --- toolsrc/src/commands_create.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_create.cpp') diff --git a/toolsrc/src/commands_create.cpp b/toolsrc/src/commands_create.cpp index 76ba644e4..2712d3e6a 100644 --- a/toolsrc/src/commands_create.cpp +++ b/toolsrc/src/commands_create.cpp @@ -31,7 +31,7 @@ namespace vcpkg custom_filename = Strings::format(LR"( -DFILENAME="%s" )", Strings::utf8_to_utf16(zip_file_name)); } - const std::wstring cmdline = Strings::format(LR"(cmake -DCMD=SCAFFOLD -DPORT=%s -DTARGET_TRIPLET=%s -DURL=%s%s-P "%s")", + const std::wstring cmdline = Strings::format(LR"(cmake -DCMD=CREATE -DPORT=%s -DTARGET_TRIPLET=%s -DURL=%s%s-P "%s")", Strings::utf8_to_utf16(spec->name), Strings::utf8_to_utf16(spec->target_triplet.value), Strings::utf8_to_utf16(args.command_arguments.at(1)), -- cgit v1.2.3