mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 06:56:41 +02:00
Using installed CMake
This commit is contained in:
parent
0e19cea0fb
commit
a4c786532f
10
appveyor.yml
10
appveyor.yml
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user