summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 07:15:18 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:55 (GMT)
commitea9c445f066589067992694cb6abc0d70ad97dd7 (patch)
tree83c38ff64f803300c533fe1aed7b4f7962803704 /Source
parent735adf2c94c1ee0cca710c6eb0bade2b84c461de (diff)
downloadCMake-ea9c445f066589067992694cb6abc0d70ad97dd7.zip
CMake-ea9c445f066589067992694cb6abc0d70ad97dd7.tar.gz
CMake-ea9c445f066589067992694cb6abc0d70ad97dd7.tar.bz2
Features: Add cxx_raw_string_literals.
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 b1f6cd0..2a10f1e 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -57,6 +57,7 @@
F(cxx_nullptr) \
F(cxx_override) \
F(cxx_range_for) \
+ F(cxx_raw_string_literals) \
F(cxx_static_assert) \
F(cxx_strong_enums) \
F(cxx_trailing_return_types) \