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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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