[Cmake-commits] CMake branch, next, updated. v2.8.6-2263-g35edca7

Bill Hoffman bill.hoffman at kitware.com
Fri Dec 16 11:12:54 EST 2011


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  35edca753f84865d3ab8c810c43666e1b6718d24 (commit)
       via  7523858fdf497a9bc9193b7df5404679fb6008bf (commit)
      from  d0e1b8a1329234251268fee4ba4260e456e332e9 (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=35edca753f84865d3ab8c810c43666e1b6718d24
commit 35edca753f84865d3ab8c810c43666e1b6718d24
Merge: d0e1b8a 7523858
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Fri Dec 16 11:12:52 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 16 11:12:52 2011 -0500

    Merge topic 'fix_double_project_cmake_build' into next
    
    7523858 Add the DoubleProject test directory.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7523858fdf497a9bc9193b7df5404679fb6008bf
commit 7523858fdf497a9bc9193b7df5404679fb6008bf
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Fri Dec 16 11:12:06 2011 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Fri Dec 16 11:12:06 2011 -0500

    Add the DoubleProject test directory.

diff --git a/Tests/DoubleProject/CMakeLists.txt b/Tests/DoubleProject/CMakeLists.txt
new file mode 100644
index 0000000..02a6275
--- /dev/null
+++ b/Tests/DoubleProject/CMakeLists.txt
@@ -0,0 +1,3 @@
+project(dumb)
+project(dumber)
+add_executable(just_silly silly.c)
diff --git a/Tests/DoubleProject/silly.c b/Tests/DoubleProject/silly.c
new file mode 100644
index 0000000..f8b643a
--- /dev/null
+++ b/Tests/DoubleProject/silly.c
@@ -0,0 +1,4 @@
+int main()
+{
+  return 0;
+}

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

Summary of changes:
 Tests/DoubleProject/CMakeLists.txt                 |    3 +++
 .../DoubleProject/silly.c                          |    0
 2 files changed, 3 insertions(+), 0 deletions(-)
 create mode 100644 Tests/DoubleProject/CMakeLists.txt
 copy Modules/DummyCXXFile.cxx => Tests/DoubleProject/silly.c (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list