diff options
author | Brad King <brad.king@kitware.com> | 2015-07-22 12:35:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-22 12:35:46 (GMT) |
commit | b9fba345928e57d29ae01a54e0ce309e61291af4 (patch) | |
tree | 7d4a4038393243d2f1eb2067d095120bfa0639fc /Tests | |
parent | a398acd02f316ef6c6932564734e347436d0092a (diff) | |
parent | c2d590c9571f5c40d3391ce2892156f9d4af3c53 (diff) | |
download | CMake-b9fba345928e57d29ae01a54e0ce309e61291af4.zip CMake-b9fba345928e57d29ae01a54e0ce309e61291af4.tar.gz CMake-b9fba345928e57d29ae01a54e0ce309e61291af4.tar.bz2 |
Merge branch 'vs-compiler-feature-2015-update' into release
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() |