[Cmake-commits] CMake branch, next, updated. v3.2.2-2667-gaf88f06

Brad King brad.king at kitware.com
Tue May 12 08:56:28 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  af88f0632a1efcc421562859580e3589cd36011c (commit)
       via  cfb2eca185fd2523a8889484abc9859f33b1eb51 (commit)
      from  27d3244480a208f7939a0d88e746cafe76397d58 (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=af88f0632a1efcc421562859580e3589cd36011c
commit af88f0632a1efcc421562859580e3589cd36011c
Merge: 27d3244 cfb2eca
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 12 08:56:27 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 12 08:56:27 2015 -0400

    Merge topic 'cpack-not-running-tests' into next
    
    cfb2eca1 fixup! CPack DEB and RPM tests not running


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cfb2eca185fd2523a8889484abc9859f33b1eb51
commit cfb2eca185fd2523a8889484abc9859f33b1eb51
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 12 08:56:12 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 12 08:56:12 2015 -0400

    fixup! CPack DEB and RPM tests not running

diff --git a/Tests/CPackComponentsPrefix/CMakeLists.txt b/Tests/CPackComponentsPrefix/CMakeLists.txt
index 770f825..581d3b3 100644
--- a/Tests/CPackComponentsPrefix/CMakeLists.txt
+++ b/Tests/CPackComponentsPrefix/CMakeLists.txt
@@ -6,7 +6,7 @@ install(FILES file-runtime.txt
 install(FILES file-development.txt
         DESTINATION lib COMPONENT Development)
 
-set(CPACK_PACKAGE_CONTACT "None") # mandatore for debian package generator
+set(CPACK_PACKAGE_CONTACT "None") # mandatory for DEB generator
 set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY 1)
 set(CPACK_COMPONENTS_ALL Development)
 set(CPACK_ARCHIVE_COMPONENT_INSTALL 1)

-----------------------------------------------------------------------

Summary of changes:
 Tests/CPackComponentsPrefix/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list