Skip to content

Commit

Permalink
Update path in build script to use latest cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Mar 31, 2023
1 parent 743a60e commit 3ff12d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/spirv-plugins/_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -ex
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
export PATH=$(pwd)/cmake-3.26.2-linux-x86_64/bin:$PATH

# Freshly clone repositories
rm -rf glslang SPIRV-Cross
Expand Down

0 comments on commit 3ff12d4

Please sign in to comment.