Bump version of cmake in Windows kokoro script

This commit is contained in:
nikitalita 2023-01-05 04:28:59 -08:00 committed by Ben Clayton
parent 5b796454c1
commit 3b01ef99ae

View File

@ -17,7 +17,7 @@ REM limitations under the License.
SETLOCAL ENABLEDELAYEDEXPANSION SETLOCAL ENABLEDELAYEDEXPANSION
SET BUILD_ROOT=%cd% SET BUILD_ROOT=%cd%
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%
SET SRC=%cd%\github\cppdap SET SRC=%cd%\github\cppdap
cd %SRC% cd %SRC%