Using installed CMake

This commit is contained in:
zosrothko 2016-07-20 11:25:47 +02:00 committed by GitHub
parent 0e19cea0fb
commit a4c786532f

View File

@ -128,11 +128,11 @@ install:
} else {
choco install jom
}
if (Test-Path "$env:ChocolateyInstall\bin\cmake.exe") {
echo "using cmake from cache"
} else {
choco install cmake
}
# if (Test-Path "$env:ChocolateyInstall\bin\cmake.exe") {
# echo "using cmake from cache"
# } else {
# choco install cmake
# }
}
- set