Merge pull request #2056 from adamdriscoll/master

Changing the PATH for cmake.
This commit is contained in:
Mike Richmond 2016-08-25 11:37:00 -07:00 committed by GitHub
commit 31fced5071

View file

@ -790,7 +790,7 @@ function Start-PSBootstrap {
}
# Install cmake
$cmakePath = "${env:ProgramFiles(x86)}\CMake\bin"
$cmakePath = "${env:ProgramFiles}\CMake\bin"
if($cmakePresent) {
log "Cmake is already installed. Skipping installation."
} else {