Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-proximafusion committed Nov 11, 2024
1 parent eb1dc90 commit f7212f5
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 @@ -59,12 +59,12 @@ if(BUILD_MCNP5 OR BUILD_MCNP6)
enable_language(Fortran)
endif()

include(FetchContent)

# Try to find MOAB
# find_package(MOAB QUIET)

if (NOT MOAB_FOUND)
include(FetchContent)
message(STATUS "MOAB not found. Fetching MOAB...")
FetchContent_Declare(
moab
Expand Down

0 comments on commit f7212f5

Please sign in to comment.