diff options
author | Brad King <brad.king@kitware.com> | 2015-07-22 12:31:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-22 12:31:40 (GMT) |
commit | 02e5eba17d3b94257ad32129941ef8a03fbf0924 (patch) | |
tree | 2044f8e246f479fe455c6d8c25661ac5f5ff6485 /Tests | |
parent | 91d24972865be24355005fbb876eca6306a39ea5 (diff) | |
parent | c2d590c9571f5c40d3391ce2892156f9d4af3c53 (diff) | |
download | CMake-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.txt | 6 |
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() |