blt icon indicating copy to clipboard operation
blt copied to clipboard

Turn off tools by default

Open white238 opened this issue 3 years ago • 0 comments

e.g. clangformat, clangtidy, doxygen, etc.

This seems to be causing more problems then its solving. Originally it was thought that these were safe to be turned on by default because it would just find whatever was on the system and then the users would not call make style. But for one example, this has caused CMake to hang on a couple systems trying to determine information about the executable.

See: https://github.com/LLNL/axom/pull/568

Having them off by default and the codes can turn them on when in developer mode (or just in general) is safer.

white238 avatar May 24 '21 20:05 white238