From 4b6af906bf9d143209089aa68de211faacee1b9a Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Thu, 8 Apr 2021 15:58:02 +0200 Subject: [PATCH] update git-cmake-format and version requirement --- third_party/git-cmake-format/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/git-cmake-format/CMakeLists.txt b/third_party/git-cmake-format/CMakeLists.txt index ad709c14152..87620c1338c 100644 --- a/third_party/git-cmake-format/CMakeLists.txt +++ b/third_party/git-cmake-format/CMakeLists.txt @@ -1,7 +1,7 @@ message(STATUS "Configuring and building git-cmake-format") ginkgo_load_git_package(git-cmake-format "https://github.com/ginkgo-project/git-cmake-format.git" - "29c23665d624e1cae1308bec651706fdaa8fe38b" - "-DGCF_CLANGFORMAT_MINIMAL_VERSION=5.0.0") + "be9554a5d71030dcc23f1eb355c41ab9d876e776" + "-DGCF_CLANGFORMAT_MINIMAL_VERSION=8.0.0") add_subdirectory(${CMAKE_CURRENT_BINARY_DIR}/src ${CMAKE_CURRENT_BINARY_DIR}/build EXCLUDE_FROM_ALL)