Skip to content

Commit

Permalink
trying MOAB master
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 12, 2024
1 parent 17d11d1 commit 5fe643b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/FindMOAB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ if (DDL_INSTALL_DEPS)
IF(DAGMC_BUILD_STATIC_LIBS)
message(FATAL_ERROR "DDL_INSTALL_DEPS is ONLY compatible with shared libraries.")
ENDIF()
IF(NOT MOAB_VERSION)
SET(MOAB_VERSION "5.5.1")
ENDIF()
# IF(NOT MOAB_VERSION)
SET(MOAB_VERSION "master")
# ENDIF()
include(MOAB_PullAndMake)
moab_pull_make(${MOAB_VERSION})

Expand Down

0 comments on commit 5fe643b

Please sign in to comment.