We don't want any automagic lint probing. --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,8 +85,6 @@ else() endif() include(GNUInstallDirs) -include(${CMAKE_SOURCE_DIR}/cmake/cppcheck.cmake) -include(${CMAKE_SOURCE_DIR}/cmake/reformat.cmake) if(NOT WIN32) option(BUILD_SERVER "Build Snapserver" ON) # no Windows server for now