Open Masstronaut opened 6 years ago
Currently include(../cmake/clangfmt.cmake) is in pilcrow/CMakeLists.txt, but it should be in the root CMakeLists.txt.
include(../cmake/clangfmt.cmake)
pilcrow/CMakeLists.txt
CMakeLists.txt
Bonus points if you can have it simply not check the dependencies folder, instead of checking and then removing them.
Currently
include(../cmake/clangfmt.cmake)
is inpilcrow/CMakeLists.txt
, but it should be in the rootCMakeLists.txt
.Bonus points if you can have it simply not check the dependencies folder, instead of checking and then removing them.