According to our internal compilation success table, there were problems with compiling the project in CLion on Linux with GCC or clang with DEV_MODE=on:
CMake Error at tools/clang-tidy/clang-tidy.cmake:2 (find_program):
Could not find clang_tidy_EXECUTABLE using the following names:
clang-tidy-13, clang-tidy
This is obviously the result of not installing clang-tidy properly. Clang-tidy should be installed correctly and the test should be re-run.
According to our internal compilation success table, there were problems with compiling the project in CLion on Linux with GCC or clang with
DEV_MODE=on:This is obviously the result of not installing clang-tidy properly. Clang-tidy should be installed correctly and the test should be re-run.