From 5aca6056ed50d0054aa1857a4944249f37340b55 Mon Sep 17 00:00:00 2001 From: Ahnaf Tahmid Chowdhury Date: Thu, 23 May 2024 18:45:04 +0600 Subject: [PATCH] back to stable moab --- CMakeLists.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a9eaa8433..e87c36ac12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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= -DBUILD_SHARED_LIBS:BOOL=ON -DENABLE_HDF5:BOOL=ON