Skip to content

Commit

Permalink
build: bump core MGG version to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Apr 1, 2024
1 parent 64bf4b9 commit 71b70c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ExternalProject_Add(
mmg_src
SOURCE_DIR "${CMAKE_BINARY_DIR}/mmg"
GIT_REPOSITORY https://github.com/MmgTools/mmg
GIT_TAG "v5.7.1"
GIT_TAG "v5.7.2"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR} -DDEF_MMG5_INT=int64_t
)

Expand Down

0 comments on commit 71b70c6

Please sign in to comment.