[Cmake-commits] CMake branch, next, updated. v2.8.11-2043-g39e5de3

Brad King brad.king at kitware.com
Thu May 16 15:27:08 EDT 2013


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  39e5de36001f350a4c73b8a803296a0bda4f2331 (commit)
       via  408961e904edc129a87237d4a0ab8d5dfa85f48a (commit)
      from  5b3fa043c8456013436defa045e57afe79c8ba4d (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=39e5de36001f350a4c73b8a803296a0bda4f2331
commit 39e5de36001f350a4c73b8a803296a0bda4f2331
Merge: 5b3fa04 408961e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 16 15:27:07 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 16 15:27:07 2013 -0400

    Merge topic 'error-on-exported-missing-include-dir' into next
    
    408961e Fix RunCMake.include_directories test case for CMP0021


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=408961e904edc129a87237d4a0ab8d5dfa85f48a
commit 408961e904edc129a87237d4a0ab8d5dfa85f48a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 16 15:24:44 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu May 16 15:24:44 2013 -0400

    Fix RunCMake.include_directories test case for CMP0021
    
    Enable the C++ language before adding targets with .cpp sources.

diff --git a/Tests/RunCMake/include_directories/CMP0021.cmake b/Tests/RunCMake/include_directories/CMP0021.cmake
index 40c5977..f18666b 100644
--- a/Tests/RunCMake/include_directories/CMP0021.cmake
+++ b/Tests/RunCMake/include_directories/CMP0021.cmake
@@ -1,3 +1,4 @@
+enable_language(CXX)
 
 cmake_policy(SET CMP0021 NEW)
 

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

Summary of changes:
 Tests/RunCMake/include_directories/CMP0021.cmake |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list