We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26e5c8 commit f7e51b1Copy full SHA for f7e51b1
build-support/macros-and-definitions.cmake
@@ -260,6 +260,7 @@ macro(process_options)
260
if(${NS3_CLANG_TIDY})
261
find_program(
262
CLANG_TIDY NAMES clang-tidy clang-tidy-14 clang-tidy-15 clang-tidy-16
263
+ clang-tidy-17 clang-tidy-18
264
)
265
if("${CLANG_TIDY}" STREQUAL "CLANG_TIDY-NOTFOUND")
266
message(FATAL_ERROR "Clang-tidy was not found")
0 commit comments