summaryrefslogtreecommitdiffstats
path: root/Source/Checks/cm_cxx_features.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-28 13:50:18 (GMT)
committerBrad King <brad.king@kitware.com>2017-09-28 13:50:18 (GMT)
commitb8018135b5729b5c74a0c95ab2b8cc8677fbe5b8 (patch)
treed4c9f1bf34bcfc2e6094e0a84def5ea249cf0b78 /Source/Checks/cm_cxx_features.cmake
parent42f4e6974c99cfdd6727f2fcd35c83f431ab10a5 (diff)
downloadCMake-b8018135b5729b5c74a0c95ab2b8cc8677fbe5b8.zip
CMake-b8018135b5729b5c74a0c95ab2b8cc8677fbe5b8.tar.gz
CMake-b8018135b5729b5c74a0c95ab2b8cc8677fbe5b8.tar.bz2
Use C++11 '= delete' instead of CM_EQ_DELETE
We now require C++11 support including `= delete`. Drop use of the old compatibility macro.
Diffstat (limited to 'Source/Checks/cm_cxx_features.cmake')
-rw-r--r--Source/Checks/cm_cxx_features.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Checks/cm_cxx_features.cmake b/Source/Checks/cm_cxx_features.cmake
index 7755cfe..a30a5e6 100644
--- a/Source/Checks/cm_cxx_features.cmake
+++ b/Source/Checks/cm_cxx_features.cmake
@@ -41,7 +41,6 @@ function(cm_check_cxx_feature name)
endif()
endfunction()
-cm_check_cxx_feature(eq_delete)
cm_check_cxx_feature(fallthrough)
if(NOT CMake_HAVE_CXX_FALLTHROUGH)
cm_check_cxx_feature(gnu_fallthrough)