| commit | 3b01ef99aef27d2d3f3382b75edef43591e963c7 | [log] [tgz] |
|---|---|---|
| author | nikitalita <69168929+nikitalita@users.noreply.github.com> | Thu Jan 05 04:28:59 2023 -0800 |
| committer | Ben Clayton <bclayton@google.com> | Thu Jan 05 12:40:05 2023 +0000 |
| tree | 44882874a008ee07222e9e4b118aa377ac015ae9 | |
| parent | 5b796454c1c10e03972d87766ea9552b0e35525a [diff] |
Bump version of cmake in Windows kokoro script
diff --git a/kokoro/windows/presubmit.bat b/kokoro/windows/presubmit.bat index dd34943..91d3406 100644 --- a/kokoro/windows/presubmit.bat +++ b/kokoro/windows/presubmit.bat
@@ -17,7 +17,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION 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 cd %SRC%