Skip to content

Commit

Permalink
caps ?
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 13, 2025
1 parent 7dc1628 commit c9cb0f0
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 defined MOAB_VERSION)
if(NOT DEFINED MOAB_VERSION)
set(MOAB_VERSION "5.5.1")
endif()
include(MOAB_PullAndMake)
Expand Down

0 comments on commit c9cb0f0

Please sign in to comment.