Update Format.cmake (#29)

Now uses `find_program` to search for `clang-format`.
This commit is contained in:
Lars Melchior
2020-04-23 12:04:02 +02:00
committed by GitHub
parent 72561b1e15
commit 716a30d90b

View File

@@ -31,7 +31,7 @@ endif()
CPMAddPackage(
NAME Format.cmake
GITHUB_REPOSITORY TheLartians/Format.cmake
VERSION 1.2
VERSION 1.3
)
# ---- Create binary ----