Skip to content

Commit e7a03fd

Browse files
committed
no need for MOAB_VERSION
1 parent ef2c3e5 commit e7a03fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ endif()
4747
# Dealing with MOAB
4848
if (PULL_INSTALL_MOAB)
4949
include(MOAB_PullAndMake)
50-
moab_pull_make(${MOAB_VERSION})
50+
moab_pull_make()
5151
else()
5252
find_package(MOAB REQUIRED)
5353
endif()

cmake/MOAB_PullAndMake.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Macro sets up the download and build of MOAB using ExternalProject
22
# few tweak are done in src/dagmc/CMakeLists.txt and src/PyNE/CMakeists.txt
33
# to make sure that MOAB is built before DAGMC.
4-
MACRO (moab_pull_make moab_version)
4+
MACRO (moab_pull_make)
55
MESSAGE(STATUS "MOAB will be downloaded and built")
66

77
# Ensure STATIC LIBS Build

0 commit comments

Comments
 (0)