[Cmake-commits] CMake branch, next, updated. v2.8.4-1093-g0a4aa63

Brad King brad.king at kitware.com
Fri Mar 4 09:18:26 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  0a4aa63b2779ec3b3885ba341859c84a2c91e27f (commit)
       via  b3ce4200dca9903e9ac56f6924aa4cc349aa0f7a (commit)
      from  39f9db53a14d34e68c82ef919e239aba9ffa6f66 (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=0a4aa63b2779ec3b3885ba341859c84a2c91e27f
commit 0a4aa63b2779ec3b3885ba341859c84a2c91e27f
Merge: 39f9db5 b3ce420
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 4 09:18:25 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 4 09:18:25 2011 -0500

    Merge topic 'ReworkedAsmSupport' into next
    
    b3ce420 Do not bother enabling C++ in Assembler test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3ce4200dca9903e9ac56f6924aa4cc349aa0f7a
commit b3ce4200dca9903e9ac56f6924aa4cc349aa0f7a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 4 09:17:30 2011 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Mar 4 09:17:30 2011 -0500

    Do not bother enabling C++ in Assembler test
    
    This test needs only the C compiler and ASM compiler so do not enable
    the C++ compiler.

diff --git a/Tests/Assembler/CMakeLists.txt b/Tests/Assembler/CMakeLists.txt
index 6071181..ad27e57 100644
--- a/Tests/Assembler/CMakeLists.txt
+++ b/Tests/Assembler/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required (VERSION 2.6)
-project(Assembler)
+project(Assembler C)
 message("CTEST_FULL_OUTPUT ")
 set(CMAKE_VERBOSE_MAKEFILE 1)
 

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

Summary of changes:
 Tests/Assembler/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list