Skip to content

Commit

Permalink
no need for MOAB_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 10, 2025
1 parent ef2c3e5 commit e7a03fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif()
# Dealing with MOAB
if (PULL_INSTALL_MOAB)
include(MOAB_PullAndMake)
moab_pull_make(${MOAB_VERSION})
moab_pull_make()
else()
find_package(MOAB REQUIRED)
endif()
Expand Down
2 changes: 1 addition & 1 deletion cmake/MOAB_PullAndMake.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Macro sets up the download and build of MOAB using ExternalProject
# few tweak are done in src/dagmc/CMakeLists.txt and src/PyNE/CMakeists.txt
# to make sure that MOAB is built before DAGMC.
MACRO (moab_pull_make moab_version)
MACRO (moab_pull_make)
MESSAGE(STATUS "MOAB will be downloaded and built")

# Ensure STATIC LIBS Build
Expand Down

0 comments on commit e7a03fd

Please sign in to comment.