summaryrefslogtreecommitdiffstats
path: root/BuildTools/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTools/Scripts')
-rw-r--r--BuildTools/Scripts/appveyor/install.bat2
-rwxr-xr-xBuildTools/Scripts/travis/before_install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/BuildTools/Scripts/appveyor/install.bat b/BuildTools/Scripts/appveyor/install.bat
index 54e2c324..d5b13752 100644
--- a/BuildTools/Scripts/appveyor/install.bat
+++ b/BuildTools/Scripts/appveyor/install.bat
@@ -1,4 +1,4 @@
-set CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v3.15.4/cmake-3.15.4-win64-x64.zip"
+set CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2-win64-x64.zip"
appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
7z x cmake.zip -oC:\projects\deps > nul
move C:\projects\deps\cmake-* C:\projects\deps\cmake
diff --git a/BuildTools/Scripts/travis/before_install.sh b/BuildTools/Scripts/travis/before_install.sh
index 6b65516d..1d1e9890 100755
--- a/BuildTools/Scripts/travis/before_install.sh
+++ b/BuildTools/Scripts/travis/before_install.sh
@@ -1,4 +1,4 @@
-CMAKE_VERSION="3.17.0"
+CMAKE_VERSION="3.18.2"
VULKAN_SDK_VER="1.2.135.0"
if [ "$TRAVIS_OS_NAME" = "osx" ]; then