diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-15 16:47:07 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-19 12:54:48 -0700 |
| commit | 39a96fc2f4a7d471ab3fa16c480fc0d9965605b1 (patch) | |
| tree | 782ce4d4e0300439299b5066ce0637cdf0815749 /toolsrc/src/VcpkgPaths.cpp | |
| parent | b08f2a02e73721cc63acecccc2c25f2c0f488d45 (diff) | |
| download | vcpkg-39a96fc2f4a7d471ab3fa16c480fc0d9965605b1.tar.gz vcpkg-39a96fc2f4a7d471ab3fa16c480fc0d9965605b1.zip | |
Bump required version of CMake to 3.9.2
Diffstat (limited to 'toolsrc/src/VcpkgPaths.cpp')
| -rw-r--r-- | toolsrc/src/VcpkgPaths.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/VcpkgPaths.cpp b/toolsrc/src/VcpkgPaths.cpp index 906a5e67f..29edbb260 100644 --- a/toolsrc/src/VcpkgPaths.cpp +++ b/toolsrc/src/VcpkgPaths.cpp @@ -97,10 +97,10 @@ namespace vcpkg static fs::path get_cmake_path(const fs::path& downloads_folder, const fs::path& scripts_folder) { - static constexpr std::array<int, 3> EXPECTED_VERSION = {3, 9, 1}; + static constexpr std::array<int, 3> EXPECTED_VERSION = {3, 9, 2}; static const std::wstring VERSION_CHECK_ARGUMENTS = L"--version"; - const fs::path downloaded_copy = downloads_folder / "cmake-3.9.1-win32-x86" / "bin" / "cmake.exe"; + const fs::path downloaded_copy = downloads_folder / "cmake-3.9.2-win32-x86" / "bin" / "cmake.exe"; const std::vector<fs::path> from_path = Files::find_from_PATH(L"cmake"); std::vector<fs::path> candidate_paths; |
