[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1977-g8328ac3

Stephen Kelly steveire at gmail.com
Sun Apr 6 12:08:47 EDT 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  8328ac32809ebb541667b7b43615baa8e93dcc83 (commit)
       via  acc9f906c9e92924483615fe291275c4bc0fa487 (commit)
      from  9c4280c64698b6211fdb284618011320e65a2855 (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=8328ac32809ebb541667b7b43615baa8e93dcc83
commit 8328ac32809ebb541667b7b43615baa8e93dcc83
Merge: 9c4280c acc9f90
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Apr 6 12:08:47 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Apr 6 12:08:47 2014 -0400

    Merge topic 'MSVC-features' into next
    
    acc9f906 Add missing newline.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=acc9f906c9e92924483615fe291275c4bc0fa487
commit acc9f906c9e92924483615fe291275c4bc0fa487
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Apr 6 18:08:31 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Apr 6 18:08:31 2014 +0200

    Add missing newline.

diff --git a/Tests/CompileFeatures/CMakeLists.txt b/Tests/CompileFeatures/CMakeLists.txt
index 14bad11..71bc3b6 100644
--- a/Tests/CompileFeatures/CMakeLists.txt
+++ b/Tests/CompileFeatures/CMakeLists.txt
@@ -21,7 +21,7 @@ endforeach()
 if (CMAKE_CXX_COMPILE_FEATURES)
   include(CheckCXXSourceCompiles)
   foreach(feature ${non_features})
-    check_cxx_source_compiles("#include \"${CMAKE_CURRENT_SOURCE_DIR}/${feature}.cpp\"int main() { return 0; }\n" ${feature}_works)
+    check_cxx_source_compiles("#include \"${CMAKE_CURRENT_SOURCE_DIR}/${feature}.cpp\"\nint main() { return 0; }\n" ${feature}_works)
     if (${feature}_works)
       message(SEND_ERROR
         "Feature ${feature} expected not to work for ${CMAKE_CXX_COMPILER_ID}-${CMAKE_CXX_COMPILER_VERSION}.  Update the supported features or blacklist it.")

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

Summary of changes:
 Tests/CompileFeatures/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list