Skip to content

Commit

Permalink
update git-cmake-format and version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Apr 8, 2021
1 parent edc18f8 commit 4b6af90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/git-cmake-format/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4b6af90

Please sign in to comment.