[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-1008-g6ea42d6

Brad King brad.king at kitware.com
Tue Dec 2 10:56:31 EST 2014


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  6ea42d6a63567671bca372b1abfa02d6eb907066 (commit)
       via  995835be03b141a2c760d0f66ce1121c80793863 (commit)
      from  9a73e75b6941f1a2c7c11afb7f2b1ed0445786cd (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=6ea42d6a63567671bca372b1abfa02d6eb907066
commit 6ea42d6a63567671bca372b1abfa02d6eb907066
Merge: 9a73e75 995835b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 2 10:56:30 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 2 10:56:30 2014 -0500

    Merge topic 'icase-source-file-prop' into next
    
    995835be Tests/SourceFileProperty: Enable only C


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=995835be03b141a2c760d0f66ce1121c80793863
commit 995835be03b141a2c760d0f66ce1121c80793863
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 2 10:41:51 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Dec 2 10:41:51 2014 -0500

    Tests/SourceFileProperty: Enable only C
    
    We do not need CXX to be enabled for this test.

diff --git a/Tests/SourceFileProperty/CMakeLists.txt b/Tests/SourceFileProperty/CMakeLists.txt
index 6a9b744..1b6506d 100644
--- a/Tests/SourceFileProperty/CMakeLists.txt
+++ b/Tests/SourceFileProperty/CMakeLists.txt
@@ -1,7 +1,5 @@
-
 cmake_minimum_required(VERSION 3.0)
-
-project(SourceFileProperty)
+project(SourceFileProperty C)
 
 set(sources)
 

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

Summary of changes:
 Tests/SourceFileProperty/CMakeLists.txt |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list