Skip to content

Commit

Permalink
missing a )
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jan 10, 2025
1 parent 19da17b commit bf4ecff
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)
include(MOAB_PullAndMake)
moab_pull_make(${MOAB_VERSION}
moab_pull_make(${MOAB_VERSION})
else()
find_package(MOAB REQUIRED)
endif()
Expand Down

0 comments on commit bf4ecff

Please sign in to comment.