Changing the PATH for cmake.

This commit is contained in:
Adam Driscoll 2016-08-25 10:47:52 -05:00
parent b375807d7f
commit 998b458ac4

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 {