diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-03-11 15:48:37 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2019-03-11 15:48:37 (GMT) |
commit | b544e34af61d2f12a5da62e29de5d635171b2b1d (patch) | |
tree | 92e4995711c47006e4cb2c71912eb40bd97f1266 /Source/cmGeneratorExpressionNode.cxx | |
parent | 7a30d72728b9334e18205dc65cf4419efdcfba34 (diff) | |
download | CMake-b544e34af61d2f12a5da62e29de5d635171b2b1d.zip CMake-b544e34af61d2f12a5da62e29de5d635171b2b1d.tar.gz CMake-b544e34af61d2f12a5da62e29de5d635171b2b1d.tar.bz2 |
All VersionNode use the same capitalization pattern
Diffstat (limited to 'Source/cmGeneratorExpressionNode.cxx')
-rw-r--r-- | Source/cmGeneratorExpressionNode.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGeneratorExpressionNode.cxx b/Source/cmGeneratorExpressionNode.cxx index ce308cc..6ee7fa5 100644 --- a/Source/cmGeneratorExpressionNode.cxx +++ b/Source/cmGeneratorExpressionNode.cxx @@ -771,9 +771,9 @@ static const struct CCompilerVersionNode : public CompilerVersionNode } } cCompilerVersionNode; -static const struct CxxCompilerVersionNode : public CompilerVersionNode +static const struct CXXCompilerVersionNode : public CompilerVersionNode { - CxxCompilerVersionNode() {} // NOLINT(modernize-use-equals-default) + CXXCompilerVersionNode() {} // NOLINT(modernize-use-equals-default) std::string Evaluate( const std::vector<std::string>& parameters, |