Skip to content

Commit

Permalink
adding DDL_INSTALL_DEPS as an option with default to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 12, 2024
1 parent 24ed342 commit 85564ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/DAGMC_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ macro (dagmc_setup_options)

option(DOUBLE_DOWN "Enable ray tracing with Embree via double down" OFF)

option(DDL_INSTALL_DEPS "Enable automatic downloading of MOAB dependency" OFF)

if (BUILD_ALL)
set(BUILD_MCNP5 ON)
set(BUILD_MCNP6 ON)
Expand Down

0 comments on commit 85564ea

Please sign in to comment.