diff --git a/CMakeLists.txt b/CMakeLists.txt index 31824deb..d8df5417 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -280,7 +280,7 @@ IF ( DOWNLOAD_MMG ) EXTERNALPROJECT_ADD ( Mmg GIT_REPOSITORY https://github.com/MmgTools/mmg.git - GIT_TAG cf9bb59920584cf015a8262de2014392b75f92e5 + GIT_TAG 889d408419b5c48833c249695987cf6ec699d399 INSTALL_COMMAND echo "Mmg installation DISABLED" CMAKE_ARGS ${MMG_ARGS} -DUSE_ELAS=OFF ${COMPILER_CFG} ${FLAGS_CFG} ${SCOTCH_CFG} ${VTK_CFG} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}