Bump version of cmake in Windows kokoro script
This commit is contained in:
parent
5b796454c1
commit
3b01ef99ae
@ -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%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user