Skip to content

Commit 4ba53e2

Browse files
author
Greg Van Liew
authored
Merge pull request #249 from chwarr/cpp-core-buildmacro-syntax-fix
Fix syntax in C++ Core Guidelines MSBuild example
2 parents 384ac18 + ce938ca commit 4ba53e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/using-the-cpp-core-guidelines-checkers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ You can run the C++ Core Checker only on specified files by using the same appro
183183
</BuildMacro>
184184
<BuildMacro Include="Esp_Extensions">
185185
<EnvironmentVariable>true</EnvironmentVariable>
186-
<ValueCppCoreCheck.dll</Value>
186+
<Value>CppCoreCheck.dll</Value>
187187
</BuildMacro>
188188
</ItemGroup>
189189
```

0 commit comments

Comments
 (0)