summaryrefslogtreecommitdiffstats
path: root/BuildTools/Scripts
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2021-01-29 16:48:11 +0000
committerassiduous <assiduous@diligentgraphics.com>2021-01-29 16:48:11 +0000
commite8e6dbadb0b14d1bac2508e5acdade0afd83561a (patch)
tree3fa9fdc6ec5cec3c9c75dec7cbdd0d3c3976add7 /BuildTools/Scripts
parentAppveyor and travis: updated CMake to 3.19.3 (diff)
downloadDiligentCore-e8e6dbadb0b14d1bac2508e5acdade0afd83561a.tar.gz
DiligentCore-e8e6dbadb0b14d1bac2508e5acdade0afd83561a.zip
travis: fixed CMake download link
Diffstat (limited to 'BuildTools/Scripts')
-rwxr-xr-xBuildTools/Scripts/travis/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/Scripts/travis/before_install.sh b/BuildTools/Scripts/travis/before_install.sh
index acbea403..99832591 100755
--- a/BuildTools/Scripts/travis/before_install.sh
+++ b/BuildTools/Scripts/travis/before_install.sh
@@ -2,7 +2,7 @@ CMAKE_VERSION="3.19.3"
VULKAN_SDK_VER="1.2.162.1"
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
- wget --no-check-certificate https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Darwin-x86_64.tar.gz &&
+ wget --no-check-certificate https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-macos-universal.tar.gz &&
tar -xzf cmake-${CMAKE_VERSION}-Darwin-x86_64.tar.gz
export PATH=$PWD/cmake-${CMAKE_VERSION}-Darwin-x86_64/CMake.app/Contents/bin:$PATH
cmake --version