summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-02 22:15:53 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:55 (GMT)
commitac3a1b14c0235cb21b1cce445269426e84e46ae1 (patch)
tree7d2367774917b32721fe57852e3eda0659b50744 /Source
parent91f3699000084804100a782e93509a3a53adc2a8 (diff)
downloadCMake-ac3a1b14c0235cb21b1cce445269426e84e46ae1.zip
CMake-ac3a1b14c0235cb21b1cce445269426e84e46ae1.tar.gz
CMake-ac3a1b14c0235cb21b1cce445269426e84e46ae1.tar.bz2
Features: Add cxx_deleted_functions.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index c7c98aa..192171f 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -47,6 +47,7 @@
F(cxx_decltype) \
F(cxx_defaulted_functions) \
F(cxx_delegating_constructors) \
+ F(cxx_deleted_functions) \
F(cxx_final) \
F(cxx_override) \
F(cxx_static_assert) \