aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-04-01 03:58:45 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-04-01 03:58:45 -0700
commitdb73e73c562a00228dd8c01ee2a03f03012023fc (patch)
treec027a51e9b140f70a67c93d2455622d00f42d508 /scripts/cmake
parentb788c2b2098093843d4521d12a617199af39e7dc (diff)
downloadvcpkg-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.cmake2
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)