diff options
author | Brad King <brad.king@kitware.com> | 2015-07-21 16:56:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-21 16:56:47 (GMT) |
commit | c2d590c9571f5c40d3391ce2892156f9d4af3c53 (patch) | |
tree | 7d4a4038393243d2f1eb2067d095120bfa0639fc /Tests/CompileFeatures | |
parent | 8c9c9aa07f3ffaa48ebaea6adc8027b905298338 (diff) | |
download | CMake-c2d590c9571f5c40d3391ce2892156f9d4af3c53.zip CMake-c2d590c9571f5c40d3391ce2892156f9d4af3c53.tar.gz CMake-c2d590c9571f5c40d3391ce2892156f9d4af3c53.tar.bz2 |
Features: Update MSVC features for VS 2015 RTM
VS 2015 RTM completed support for constexpr and attribute features.
Update our feature table and test accordingly.
Diffstat (limited to 'Tests/CompileFeatures')
-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() |