[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3813-g25b8777
Rolf Eike Beer
eike at sf-mail.de
Thu Aug 8 17:58:07 EDT 2013
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 25b877751e27d13a59534580cd934eb5263f9617 (commit)
via b93a5ec42489f06bcbeb9bc5667306c5960afb8e (commit)
from 55d1f814a32e11ce960c6d774724f92e23c9684a (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=25b877751e27d13a59534580cd934eb5263f9617
commit 25b877751e27d13a59534580cd934eb5263f9617
Merge: 55d1f81 b93a5ec
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Aug 8 17:58:04 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 8 17:58:04 2013 -0400
Merge topic 'cxx11' into next
b93a5ec CXXFeatures: rename testcase to match module name
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b93a5ec42489f06bcbeb9bc5667306c5960afb8e
commit b93a5ec42489f06bcbeb9bc5667306c5960afb8e
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Thu Aug 8 23:57:36 2013 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Thu Aug 8 23:57:36 2013 +0200
CXXFeatures: rename testcase to match module name
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 067fba0..c6cee61 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -338,7 +338,7 @@ if(BUILD_TESTING)
list(APPEND TEST_BUILD_DIRS ${CMAKE_BUILD_TEST_BINARY_DIR})
ADD_TEST_MACRO(Module.CheckTypeSize CheckTypeSize)
- ADD_TEST_MACRO(Module.CXXFeatures CXXFeatures)
+ ADD_TEST_MACRO(Module.FindCXXFeatures FindCXXFeatures)
add_test(Module.ExternalData ${CMAKE_CTEST_COMMAND}
--build-and-test
diff --git a/Tests/Module/CXXFeatures/CMakeLists.txt b/Tests/Module/FindCXXFeatures/CMakeLists.txt
similarity index 98%
rename from Tests/Module/CXXFeatures/CMakeLists.txt
rename to Tests/Module/FindCXXFeatures/CMakeLists.txt
index b7cf9f7..f6e14f3 100644
--- a/Tests/Module/CXXFeatures/CMakeLists.txt
+++ b/Tests/Module/FindCXXFeatures/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
-project(CxxFeatures CXX)
+project(FindCXXFeatures CXX)
set(_all_cxx_features
CXXFeatures_auto_FOUND
@@ -193,9 +193,9 @@ if (NOT "${CXX11_COMPILER_FLAGS}" STREQUAL "${_expected_cxx11_flag}" AND NOT _co
message(SEND_ERROR "Found C++11 flag '${CXX11_COMPILER_FLAGS}' but expected '${_expected_cxx11_flag}'")
endif ()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CXX11_COMPILER_FLAGS}")
-add_executable(CXXFeatures cxxfeatures.cxx)
+add_executable(FindCXXFeatures cxxfeatures.cxx)
enable_testing()
if (NOT CROSS_COMPILING)
- add_test(NAME CXXFeatures COMMAND CXXFeatures)
+ add_test(NAME FindCXXFeatures COMMAND FindCXXFeatures)
endif ()
diff --git a/Tests/Module/CXXFeatures/cxxfeatures.cxx b/Tests/Module/FindCXXFeatures/cxxfeatures.cxx
similarity index 100%
rename from Tests/Module/CXXFeatures/cxxfeatures.cxx
rename to Tests/Module/FindCXXFeatures/cxxfeatures.cxx
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 2 +-
.../CMakeLists.txt | 6 +++---
.../cxxfeatures.cxx | 0
3 files changed, 4 insertions(+), 4 deletions(-)
rename Tests/Module/{CXXFeatures => FindCXXFeatures}/CMakeLists.txt (98%)
rename Tests/Module/{CXXFeatures => FindCXXFeatures}/cxxfeatures.cxx (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list