diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-01 03:58:45 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-01 03:58:45 -0700 |
| commit | db73e73c562a00228dd8c01ee2a03f03012023fc (patch) | |
| tree | c027a51e9b140f70a67c93d2455622d00f42d508 /scripts/cmake | |
| parent | b788c2b2098093843d4521d12a617199af39e7dc (diff) | |
| download | vcpkg-db73e73c562a00228dd8c01ee2a03f03012023fc.tar.gz vcpkg-db73e73c562a00228dd8c01ee2a03f03012023fc.zip | |
[vcpkg] Add bootstrap-vcpkg.bat to improve first-time experience.
Diffstat (limited to 'scripts/cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_configure_cmake.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_configure_cmake.cmake b/scripts/cmake/vcpkg_configure_cmake.cmake index e434d78b7..81616d72d 100644 --- a/scripts/cmake/vcpkg_configure_cmake.cmake +++ b/scripts/cmake/vcpkg_configure_cmake.cmake @@ -2,7 +2,7 @@ function(vcpkg_configure_cmake) cmake_parse_arguments(_csc "PREFER_NINJA" "SOURCE_PATH;GENERATOR" "OPTIONS;OPTIONS_DEBUG;OPTIONS_RELEASE" ${ARGN}) if(NOT VCPKG_PLATFORM_TOOLSET) - message(FATAL_ERROR "Vcpkg has been updated with VS2017 support, however you need to rebuild vcpkg.exe by re-running bootstrap.ps1\n powershell -exec bypass scripts\\bootstrap.ps1\n") + message(FATAL_ERROR "Vcpkg has been updated with VS2017 support, however you need to rebuild vcpkg.exe by re-running bootstrap-vcpkg.bat\n") endif() if(_csc_GENERATOR) |
