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 <[email protected]>
AuthorDate: Sun Apr 6 12:08:47 2014 -0400
Commit: CMake Topic Stage <[email protected]>
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 <[email protected]>
AuthorDate: Sun Apr 6 18:08:31 2014 +0200
Commit: Stephen Kelly <[email protected]>
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
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits