Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorSteven Perron <stevenperron@google.com>2022-04-13 20:56:19 +0300
committerGitHub <noreply@github.com>2022-04-13 20:56:19 +0300
commit898ba64d2463bb70a2e21bf86c69dbc44ec9cd5f (patch)
tree126bc9d565ccf06fb20a5879c10ffede8ed2c17a /kokoro
parent92c17edde79a3afae2aee810da4ce03bc7088531 (diff)
Use cmake 3.23 on Windows. (#4782)
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/scripts/windows/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/scripts/windows/build.bat b/kokoro/scripts/windows/build.bat
index 24e29ccf0..8c9d6892c 100644
--- a/kokoro/scripts/windows/build.bat
+++ b/kokoro/scripts/windows/build.bat
@@ -22,7 +22,7 @@ set BUILD_TYPE=%1
set VS_VERSION=%2
:: Force usage of python 3.6
-set PATH=C:\python36;"C:\Program Files\CMake\bin";%PATH%
+set PATH=C:\python36;"C:\Program Files\cmake-3.23.1-windows-x86_64\bin";%PATH%
cd %SRC%
git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers