summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-22 12:31:40 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-22 12:31:40 (GMT)
commit02e5eba17d3b94257ad32129941ef8a03fbf0924 (patch)
tree2044f8e246f479fe455c6d8c25661ac5f5ff6485 /Tests
parent91d24972865be24355005fbb876eca6306a39ea5 (diff)
parentc2d590c9571f5c40d3391ce2892156f9d4af3c53 (diff)
downloadCMake-02e5eba17d3b94257ad32129941ef8a03fbf0924.zip
CMake-02e5eba17d3b94257ad32129941ef8a03fbf0924.tar.gz
CMake-02e5eba17d3b94257ad32129941ef8a03fbf0924.tar.bz2
Merge topic 'vs-compiler-feature-2015-update'
c2d590c9 Features: Update MSVC features for VS 2015 RTM
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CompileFeatures/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/CompileFeatures/CMakeLists.txt b/Tests/CompileFeatures/CMakeLists.txt
index 3ba1e0a..a32138d 100644
--- a/Tests/CompileFeatures/CMakeLists.txt
+++ b/Tests/CompileFeatures/CMakeLists.txt
@@ -116,12 +116,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
cxx_deleted_functions
cxx_nonstatic_member_init
)
- else()
- list(REMOVE_ITEM CXX_non_features
- # The cxx_constexpr feature happens to work (for *this* testcase)
- # with VS 2015, but they document only partial support.
- cxx_constexpr
- )
endif()
endif()