From e904400f85680b361e7f75b590ed018c3bda6294 Mon Sep 17 00:00:00 2001 From: yhmtsai Date: Fri, 20 Mar 2020 13:31:20 +0100 Subject: [PATCH] update the commit and minimal requirement --- README.md | 2 +- third_party/git-cmake-format/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b96b9bd814..5dca309743f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The Ginkgo CUDA module has the following __additional__ requirements: In addition, if you want to contribute code to Ginkgo, you will also need the following: -* _clang-format 5.0.1+_ (ships as part of _clang_) +* _clang-format 5.0.0+_ (ships as part of _clang_) * _clang-tidy_ (optional, when setting the flag `-DGINKGO_WITH_CLANG_TIDY=ON`) * _iwyu_ (Include What You Use, optional, when setting the flag `-DGINKGO_WITH_IWYU=ON`) diff --git a/third_party/git-cmake-format/CMakeLists.txt b/third_party/git-cmake-format/CMakeLists.txt index d8bf8027c45..b8e3d623050 100644 --- a/third_party/git-cmake-format/CMakeLists.txt +++ b/third_party/git-cmake-format/CMakeLists.txt @@ -1,6 +1,6 @@ ginkgo_load_git_package(git-cmake-format "https://github.com/ginkgo-project/git-cmake-format.git" - "46d2b43b24fa3aea366be9cce21abfdfffcf0090" - "-DGCF_CLANGFORMAT_MINIMAL_VERSION=5.0.1") + "29c23665d624e1cae1308bec651706fdaa8fe38b" + "-DGCF_CLANGFORMAT_MINIMAL_VERSION=5.0.0") add_subdirectory(${CMAKE_CURRENT_BINARY_DIR}/src ${CMAKE_CURRENT_BINARY_DIR}/build EXCLUDE_FROM_ALL)