[Cmake-commits] CMake branch, next, updated. v3.3.2-3442-ge23d906
Brad King
brad.king at kitware.com
Thu Oct 1 14:12:35 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via e23d906921f653bc7ef6bd1f6f261851a418edd1 (commit)
via ec725815c9941967085c5b492e5a83305ccc490b (commit)
from 1f5436a61959cfe5b0a2dbf979691e1d21e6776c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e23d906921f653bc7ef6bd1f6f261851a418edd1
commit e23d906921f653bc7ef6bd1f6f261851a418edd1
Merge: 1f5436a ec72581
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 1 14:12:32 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 1 14:12:32 2015 -0400
Merge topic 'release-binaries-windows-cmake-path' into next
ec725815 Utilities/Release: Update path to 'cmake.exe' on Windows build machine
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ec725815c9941967085c5b492e5a83305ccc490b
commit ec725815c9941967085c5b492e5a83305ccc490b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 1 14:11:05 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 1 14:11:05 2015 -0400
Utilities/Release: Update path to 'cmake.exe' on Windows build machine
diff --git a/Utilities/Release/dash2win64_release.cmake b/Utilities/Release/dash2win64_release.cmake
index 25acc17..ecfd7c5 100644
--- a/Utilities/Release/dash2win64_release.cmake
+++ b/Utilities/Release/dash2win64_release.cmake
@@ -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")
-----------------------------------------------------------------------
Summary of changes:
Utilities/Release/dash2win64_release.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list