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 { } else {
choco install jom choco install jom
} }
if (Test-Path "$env:ChocolateyInstall\bin\cmake.exe") { # if (Test-Path "$env:ChocolateyInstall\bin\cmake.exe") {
echo "using cmake from cache" # echo "using cmake from cache"
} else { # } else {
choco install cmake # choco install cmake
} # }
} }
- set - set