Skip to content

Commit dc31f40

Browse files
committed
Adding enable clang tidy for tidy preset
1 parent 1b06bdb commit dc31f40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakePresets.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,10 @@
227227
"linux-gcc-base",
228228
"make",
229229
"_debug"
230-
]
230+
],
231+
"cacheVariables": {
232+
"USE_CLANG_TIDY": "ON"
233+
}
231234
},
232235
{
233236
"name": "windows-clang-ninja-release",

0 commit comments

Comments
 (0)