Skip to content

Commit

Permalink
returned CMakeLists.txt to its original state
Browse files Browse the repository at this point in the history
  • Loading branch information
mpotse committed May 18, 2024
1 parent dd37e48 commit a3b8fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ IF ( DOWNLOAD_MMG )
OPTION ( USE_POINTMAP "Use map for point tracking" ON )

EXTERNALPROJECT_ADD ( Mmg
GIT_REPOSITORY https://github.com/mpotse/mmg.git
GIT_TAG 0c583b2ecfbdbf76e4b98b82458e5f1cffbcfebf
GIT_REPOSITORY https://github.com/MmgTools/mmg.git
GIT_TAG 3a5e3abc38f7f100a481bcebe8aa23e105d7c381
INSTALL_COMMAND ${CMAKE_MAKE_PROGRAM} install
CMAKE_ARGS ${MMG_ARGS} -DUSE_ELAS=OFF ${COMPILER_CFG} ${FLAGS_CFG}
${SCOTCH_CFG} ${VTK_CFG} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
Expand Down

0 comments on commit a3b8fc3

Please sign in to comment.