diff options
author | Brad King <brad.king@kitware.com> | 2017-09-28 09:50:18 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-28 09:50:18 -0400 |
commit | b8018135b5729b5c74a0c95ab2b8cc8677fbe5b8 (patch) | |
tree | d4c9f1bf34bcfc2e6094e0a84def5ea249cf0b78 /bootstrap | |
parent | 42f4e6974c99cfdd6727f2fcd35c83f431ab10a5 (diff) | |
download | cmake-b8018135b5729b5c74a0c95ab2b8cc8677fbe5b8.tar.gz |
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 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1270,7 +1270,6 @@ cmake_report cmConfigure.h${_tmp} "#define CMAKE_BOOTSTRAP_BINARY_DIR \"${CMAKE_ cmake_report cmConfigure.h${_tmp} "#define CMAKE_BIN_DIR \"/bootstrap-not-insalled\"" cmake_report cmConfigure.h${_tmp} "#define CMAKE_DATA_DIR \"/bootstrap-not-insalled\"" cmake_report cmConfigure.h${_tmp} "#define CMAKE_BOOTSTRAP" -cmake_report cmConfigure.h${_tmp} "#define CM_EQ_DELETE" cmake_report cmConfigure.h${_tmp} "#define CM_FALLTHROUGH" cmake_report cmConfigure.h${_tmp} "#define CM_DISABLE_COPY(Class)" |