Use cmake 3.23 on Windows. (#4782)

This commit is contained in:
Steven Perron 2022-04-13 13:56:19 -04:00 committed by GitHub
parent 92c17edde7
commit 898ba64d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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