[Cmake-commits] CMake branch, next, updated. v3.2.1-1270-geb0b17c
Clinton Stimpson
clinton at elemtech.com
Sat Mar 28 00:53:45 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 eb0b17c2f07271753f202b14a5e52d30f8f5430d (commit)
via 68a1304235442e16d4b230800efd72dbac3c4b26 (commit)
from 460cc0a18df64a920c7ce51eebd64506d31660db (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eb0b17c2f07271753f202b14a5e52d30f8f5430d
commit eb0b17c2f07271753f202b14a5e52d30f8f5430d
Merge: 460cc0a 68a1304
Author: Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Sat Mar 28 00:53:44 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Mar 28 00:53:44 2015 -0400
Merge topic 'cpack-archive-prefix' into next
68a13042 Enable CPack ZIP generator for CPackComponentsPrefix test.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=68a1304235442e16d4b230800efd72dbac3c4b26
commit 68a1304235442e16d4b230800efd72dbac3c4b26
Author: Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Mar 27 22:53:11 2015 -0600
Commit: Clinton Stimpson <clinton at elemtech.com>
CommitDate: Fri Mar 27 22:53:11 2015 -0600
Enable CPack ZIP generator for CPackComponentsPrefix test.
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index b47ea1b..f2df4af 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1057,6 +1057,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
--build-options ${build_options}
-DCPACK_BINARY_DEB:BOOL=${CPACK_BINARY_DEB}
-DCPACK_BINARY_RPM:BOOL=${CPACK_BINARY_RPM}
+ -DCPACK_BINARY_ZIP:BOOL=ON
${CPackComponents_BUILD_OPTIONS}
)
list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/CPackComponentsPrefix")
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list