[Cmake-commits] CMake branch, next, updated. v2.8.3-822-g0e063f6

Eric Noulard eric.noulard at gmail.com
Sun Dec 12 17:17:07 EST 2010


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  0e063f6f35d79236688a81958a39bc628d123fa5 (commit)
       via  a2531a3685862413a80a9bc94d19953b32499f43 (commit)
      from  3406737f96ce4513a640519210d8ace677ede0ca (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=0e063f6f35d79236688a81958a39bc628d123fa5
commit 0e063f6f35d79236688a81958a39bc628d123fa5
Merge: 3406737 a2531a3
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Sun Dec 12 17:17:04 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Dec 12 17:17:04 2010 -0500

    Merge topic 'CPack-AddMoreTests' into next
    
    a2531a3 Precise the project config type when invoking cpack


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a2531a3685862413a80a9bc94d19953b32499f43
commit a2531a3685862413a80a9bc94d19953b32499f43
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Sun Dec 12 22:45:48 2010 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Sun Dec 12 22:45:48 2010 +0100

    Precise the project config type when invoking cpack

diff --git a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
index ee6b227..b0cacb8 100644
--- a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
+++ b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
@@ -25,7 +25,7 @@ set(expected_file_mask "")
 # CPACK_COMPONENT_xxx values
 set(expected_count 1)
 
-execute_process(COMMAND ${CPackCommand} -G ${CPackGen}
+execute_process(COMMAND ${CPackCommand} -G ${CPackGen} -C Release
     RESULT_VARIABLE CPack_result
     OUTPUT_VARIABLE CPack_output
     ERROR_VARIABLE CPack_error

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

Summary of changes:
 .../RunCPackVerifyResult.cmake                     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list