mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Update used cmake version for building spirv-tools
This commit is contained in:
@@ -5,10 +5,10 @@ OUT=$2
|
||||
|
||||
set -ex
|
||||
|
||||
# Get new cmake for glslang
|
||||
# Get new cmake for glslang and spirv-tools
|
||||
|
||||
wget https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.tar.gz
|
||||
tar -zxvf cmake-3.14.7-Linux-x86_64.tar.gz
|
||||
wget https://github.com/Kitware/CMake/releases/download/v3.26.2/cmake-3.26.2-linux-x86_64.tar.gz
|
||||
tar -zxvf cmake-3.26.2-linux-x86_64.tar.gz
|
||||
|
||||
export PATH=$(pwd)/cmake-3.14.7-Linux-x86_64/bin:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user