diff options
author | Sven Gothel <[email protected]> | 2019-08-18 19:02:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-18 19:02:29 +0200 |
commit | 030199313ecb45dfbd2a05094870d314ace20ef3 (patch) | |
tree | cf5f05bad7dda6d0a15272df7df8c52d165a8e22 /jenkins-server-slave-setup/nodes | |
parent | a997c7562385efc2a574251ed28a2d0c9ef15d53 (diff) |
Windows Nodes: Bump CMake to 3.15.2 x86 and x64 bit versions
Diffstat (limited to 'jenkins-server-slave-setup/nodes')
2 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat index 386011c..a725f51 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat +++ b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat @@ -4,7 +4,7 @@ set ANT_PATH=C:\apache-ant-1.10.5 set GIT_PATH=C:\cygwin\bin set SEVENZIP=C:\Program Files\7-Zip -set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86 +set CMAKE_PATH=C:\cmake-3.15.2-win32-x86 set CMAKE_C_COMPILER=c:\mingw\bin\gcc set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH% diff --git a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat index db19eca..fc22d7a 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat +++ b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat @@ -4,7 +4,7 @@ set ANT_PATH=C:\apache-ant-1.10.5 set GIT_PATH=C:\cygwin\bin set SEVENZIP=C:\Program Files\7-Zip -set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86 +set CMAKE_PATH=C:\cmake-3.15.2-win64-x64 set CMAKE_C_COMPILER=c:\mingw64\bin\gcc set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH% |