diff options
| author | Albert Ziegenhagel <albert.ziegenhagel@scai.fraunhofer.de> | 2018-01-03 10:57:46 +0100 |
|---|---|---|
| committer | Albert Ziegenhagel <albert.ziegenhagel@scai.fraunhofer.de> | 2018-01-03 10:57:46 +0100 |
| commit | be5e529bb3e8483e5675488232d936e7d7d29ceb (patch) | |
| tree | d8f27d985222f2e85a47eaab6702ba3cd51ea9f0 /toolsrc/src | |
| parent | e48a655df06de42e385c6545cc2a159a95f43c02 (diff) | |
| download | vcpkg-be5e529bb3e8483e5675488232d936e7d7d29ceb.tar.gz vcpkg-be5e529bb3e8483e5675488232d936e7d7d29ceb.zip | |
Update cmake to 3.10.1
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/vcpkg/vcpkgpaths.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg/vcpkgpaths.cpp b/toolsrc/src/vcpkg/vcpkgpaths.cpp index e64a681e2..70d64de45 100644 --- a/toolsrc/src/vcpkg/vcpkgpaths.cpp +++ b/toolsrc/src/vcpkg/vcpkgpaths.cpp @@ -115,7 +115,7 @@ namespace vcpkg static fs::path get_cmake_path(const fs::path& downloads_folder, const fs::path& scripts_folder) { #if defined(_WIN32) - static constexpr std::array<int, 3> EXPECTED_VERSION = {3, 10, 0}; + static constexpr std::array<int, 3> EXPECTED_VERSION = {3, 10, 1}; #else static constexpr std::array<int, 3> EXPECTED_VERSION = {3, 5, 1}; #endif @@ -124,7 +124,7 @@ namespace vcpkg const std::vector<fs::path> from_path = Files::find_from_PATH("cmake"); std::vector<fs::path> candidate_paths; - const fs::path downloaded_copy = downloads_folder / "cmake-3.10.0-win32-x86" / "bin" / "cmake.exe"; + const fs::path downloaded_copy = downloads_folder / "cmake-3.10.1-win32-x86" / "bin" / "cmake.exe"; #if defined(_WIN32) candidate_paths.push_back(downloaded_copy); #endif |
