summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-31 14:12:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-31 14:12:18 (GMT)
commit4f96641ba2e0b26523f962e2c18aa83a8b91c6aa (patch)
tree17971b95ed86c105d8261c4682abd26eacc81b99 /Source/cmLocalGenerator.cxx
parent02d24c9ed29ff84104413f8543f1063e1c0f2f4f (diff)
parent4022b28678da42425def8cc42c7df453061d45ea (diff)
downloadCMake-4f96641ba2e0b26523f962e2c18aa83a8b91c6aa.zip
CMake-4f96641ba2e0b26523f962e2c18aa83a8b91c6aa.tar.gz
CMake-4f96641ba2e0b26523f962e2c18aa83a8b91c6aa.tar.bz2
Merge topic 'cxx11-clang-format'
4022b286 clang-tidy: blacklist "modernize" checks 2b4c32c9 clang-format: format all code as Cpp11 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1191
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 6e0e28c..1e5cd39 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1601,7 +1601,7 @@ void cmLocalGenerator::AddCompilerRequirementFlag(
return;
}
- static std::map<std::string, std::vector<std::string> > langStdMap;
+ static std::map<std::string, std::vector<std::string>> langStdMap;
if (langStdMap.empty()) {
// Maintain sorted order, most recent first.
langStdMap["CXX"].push_back("17");