From 145a0afe491fac84c9c5f8f26a5c5efb72e08e97 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 22 Apr 2020 10:20:55 +0200 Subject: [PATCH] update Format.cmake --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ff0ba2a..94c86aa 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.0 + VERSION 1.1 ) # ---- Create binary ----