summaryrefslogtreecommitdiffstats
path: root/BuildTools/Scripts
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-08 20:24:22 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-08 20:24:22 +0000
commit1e83468e82acc3cabf6c91c976411257e70fc24b (patch)
tree0bae27deb2093428046935929b3a85e8cd5f50ae /BuildTools/Scripts
parentAdded DILIGENT_NO_FORMAT_VALIDATION cmake option (diff)
downloadDiligentCore-1e83468e82acc3cabf6c91c976411257e70fc24b.tar.gz
DiligentCore-1e83468e82acc3cabf6c91c976411257e70fc24b.zip
Updated third-party modules
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