We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2c3e5 commit e7a03fdCopy full SHA for e7a03fd
CMakeLists.txt
@@ -47,7 +47,7 @@ endif()
47
# Dealing with MOAB
48
if (PULL_INSTALL_MOAB)
49
include(MOAB_PullAndMake)
50
- moab_pull_make(${MOAB_VERSION})
+ moab_pull_make()
51
else()
52
find_package(MOAB REQUIRED)
53
endif()
cmake/MOAB_PullAndMake.cmake
@@ -1,7 +1,7 @@
1
# This Macro sets up the download and build of MOAB using ExternalProject
2
# few tweak are done in src/dagmc/CMakeLists.txt and src/PyNE/CMakeists.txt
3
# to make sure that MOAB is built before DAGMC.
4
-MACRO (moab_pull_make moab_version)
+MACRO (moab_pull_make)
5
MESSAGE(STATUS "MOAB will be downloaded and built")
6
7
# Ensure STATIC LIBS Build
0 commit comments