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%