Skip to content

Commit

Permalink
Merge pull request MmgTools#101 from MmgTools/feature/fix-invalid-poi…
Browse files Browse the repository at this point in the history
…nter-in-Mmg

Feature/fix invalid pointer in mmg
  • Loading branch information
Algiane authored Dec 8, 2023
2 parents 91ac166 + d978f6c commit 4f0a95d
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 @@ -252,7 +252,7 @@ IF ( DOWNLOAD_MMG )

EXTERNALPROJECT_ADD ( Mmg
GIT_REPOSITORY https://github.com/MmgTools/mmg.git
GIT_TAG bdbf11ada1a9c44d179636f7f2ebe00ce76f0558
GIT_TAG 41b2e777aea1dfee594f02fa7fcdbe8630d1001d
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 4f0a95d

Please sign in to comment.