VTT-ProperTune / OpenPFC

Open-source solver for phase field crystal type (PFC) type problems.
GNU Affero General Public License v3.0
8 stars 4 forks source link

clang-tidy is not found #33

Open ahojukka5 opened 7 months ago

ahojukka5 commented 7 months ago
CMake Warning at CMakeLists.txt:40 (message):                                                                             
clang-tidy executable not found.  Please install clang-tidy and ensure it                                               
is in your system PATH. 

Be more informative what this means in practice. What is clang-tidy at all.

option(USE_CLANG_TIDY "Enable clang-tidy static code analysis" ON)

Actually, it would be nice to have option that if not explicitly spesified, CLANG_TIDY is ON when building Debug and OFF when building Release.