Merge topic 'release-binaries-windows-cmake-path'

ec725815 Utilities/Release: Update path to 'cmake.exe' on Windows build machine
This commit is contained in:
Brad King 2015-10-02 09:58:19 -04:00 committed by CMake Topic Stage
commit b7d0c33c91
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
set(CMAKE_RELEASE_DIRECTORY "c:/cygwin/home/dashboard/CMakeReleaseDirectory")
set(CONFIGURE_WITH_CMAKE TRUE)
set(CMAKE_CONFIGURE_PATH "c:/Program\\ Files\\ \\(x86\\)/CMake\\ 2.8/bin/cmake.exe")
set(CMAKE_CONFIGURE_PATH "c:/Program\\ Files\\ \\(x86\\)/CMake/bin/cmake.exe")
set(PROCESSORS 8)
set(HOST dash2win64)
set(CPACK_BINARY_GENERATORS "NSIS ZIP")