[cmake] only add format target if clang format 3.7 is found
clang format discovery is improved a lot by using cmake builtins, allowing us to very easily target a specific version only. This is one half of #10
Please register or sign in to comment
clang format discovery is improved a lot by using cmake builtins, allowing us to very easily target a specific version only. This is one half of #10