Skip to content
Snippets Groups Projects

F fix deprecations

Merged Daniel Hornung requested to merge f-fix-deprecations into dev
13 files
+ 96
83
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -80,7 +80,7 @@ if(LINTING)
@@ -80,7 +80,7 @@ if(LINTING)
"-Xiwyu" "--cxx17ns")
"-Xiwyu" "--cxx17ns")
endif()
endif()
find_program(clang_tidy NAMES clang-tidy clang-tidy-11)
find_program(clang_tidy NAMES clang-tidy clang-tidy-16)
if(NOT clang_tidy)
if(NOT clang_tidy)
message(WARNING "clang-tidy: Not found")
message(WARNING "clang-tidy: Not found")
else()
else()
Loading