Skip to content

Commit

Permalink
back to stable moab
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 23, 2024
1 parent 65859b9 commit 5aca605
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,9 @@ if(ENABLE_MOAB)
set(MOAB_LIBRARY_DIRS "${MOAB_ROOT}/${CMAKE_INSTALL_LIBDIR}")
ExternalProject_Add(moab-project
PREFIX ${MOAB_ROOT}
# TODO: MOAB Current version is not compatible with MacOS
#GIT_REPOSITORY https://bitbucket.org/fathomteam/moab.git
#GIT_TAG ${MOAB_VERSION}
GIT_REPOSITORY https://bitbucket.org/ahnaf-tahmid-chowdhury/moab.git
GIT_TAG skbuild
CMAKE_ARGS
GIT_REPOSITORY https://bitbucket.org/fathomteam/moab.git
GIT_TAG ${MOAB_VERSION}
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DBUILD_SHARED_LIBS:BOOL=ON
-DENABLE_HDF5:BOOL=ON
Expand Down

0 comments on commit 5aca605

Please sign in to comment.