diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-03 17:34:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:55 (GMT) |
commit | 0fa9bbf1fa5278d965cbbb7de82f56ef42789fe8 (patch) | |
tree | ab8826f13ad1a7a1ed374b606b453927aa4d0645 /Source | |
parent | 8149fc909fb2c26235fea8999ea9396d7b45fba7 (diff) | |
download | CMake-0fa9bbf1fa5278d965cbbb7de82f56ef42789fe8.zip CMake-0fa9bbf1fa5278d965cbbb7de82f56ef42789fe8.tar.gz CMake-0fa9bbf1fa5278d965cbbb7de82f56ef42789fe8.tar.bz2 |
Features: Add cxx_nullptr.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 90187fd..c56627f 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -54,6 +54,7 @@ F(cxx_lambdas) \ F(cxx_noexcept) \ F(cxx_nonstatic_member_init) \ + F(cxx_nullptr) \ F(cxx_override) \ F(cxx_static_assert) \ F(cxx_strong_enums) \ |