From 3b01ef99aef27d2d3f3382b75edef43591e963c7 Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Thu, 5 Jan 2023 04:28:59 -0800 Subject: [PATCH] Bump version of cmake in Windows kokoro script --- kokoro/windows/presubmit.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ REM limitations under the License. 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%