summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-02 22:02:54 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:54 (GMT)
commit8d3467636c4fad32c25390244a62e58e068c33ad (patch)
tree9c4f9a1cefe548bd38fd72f3bfebdd5e3e97b8ee /Source
parent0caf08e43ef405a879393cb3a4bae0b6b87e26b6 (diff)
downloadCMake-8d3467636c4fad32c25390244a62e58e068c33ad.zip
CMake-8d3467636c4fad32c25390244a62e58e068c33ad.tar.gz
CMake-8d3467636c4fad32c25390244a62e58e068c33ad.tar.bz2
Features: Add cxx_strong_enums.
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 3c23045..12d88e4 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -48,6 +48,7 @@
F(cxx_final) \
F(cxx_override) \
F(cxx_static_assert) \
+ F(cxx_strong_enums) \
F(cxx_trailing_return_types) \
F(cxx_variadic_templates)