Skip to content

Commit

Permalink
temporary change to master
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 6, 2024
1 parent 26abadb commit 8c05ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/FindMOAB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ if (DDL_INSTALL_DEPS)
message(FATAL_ERROR "DDL_INSTALL_DEPS is ONLY compatible with shared libraries.")
ENDIF()
IF(NOT MOAB_VERSION)
SET(MOAB_VERSION "5.5.1")
# SET(MOAB_VERSION "5.5.1")
SET(MOAB_VERSION "master")
ENDIF()
include(MOAB_PullAndMake)
moab_pull_make(${MOAB_VERSION})
Expand Down

0 comments on commit 8c05ac7

Please sign in to comment.