From 716a30d90bed299fdeb919a3d98f26382ade9010 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 23 Apr 2020 12:04:02 +0200 Subject: [PATCH] Update Format.cmake (#29) Now uses `find_program` to search for `clang-format`. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 92b749d..fbc94d1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -31,7 +31,7 @@ endif() CPMAddPackage( NAME Format.cmake GITHUB_REPOSITORY TheLartians/Format.cmake - VERSION 1.2 + VERSION 1.3 ) # ---- Create binary ----