Skip to content

Commit

Permalink
better ?
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 13, 2025
1 parent e56cfd3 commit 7dc1628
Showing 1 changed file with 1 addition and 1 deletion.
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)
# Ensure MOAB_VERSION
if(not MOAB_VERSION)
if(not defined MOAB_VERSION)
set(MOAB_VERSION "5.5.1")
endif()
include(MOAB_PullAndMake)
Expand Down

0 comments on commit 7dc1628

Please sign in to comment.