Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Clang Tidy for tt-train, too
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT committed Nov 14, 2024
1 parent bf2746d commit 64812be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"description": "Run Clang Tidy",
"binaryDir": "${sourceDir}/.build/clang-tidy",
"cacheVariables": {
"CMAKE_CXX_CLANG_TIDY": {"value": "clang-tidy-17;--warnings-as-errors='*'"},
"CMAKE_CXX_CLANG_TIDY": {"value": "clang-tidy-17;--warnings-as-errors=*"},
"CMAKE_VERIFY_INTERFACE_HEADER_SETS": {"value": "TRUE"},
"CMAKE_EXPORT_COMPILE_COMMANDS": {"value": "TRUE"}
}
Expand Down

0 comments on commit 64812be

Please sign in to comment.