mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Adding option for building with CAD support and moving FindDAGMC into the correct location for openmc cmake modules.
This commit is contained in:
parent
bc3a092836
commit
45ccb2da16
2 changed files with 4 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ option(debug "Compile with debug flags" OFF)
|
|||
option(optimize "Turn on all compiler optimization flags" OFF)
|
||||
option(coverage "Compile with coverage analysis flags" OFF)
|
||||
option(mpif08 "Use Fortran 2008 MPI interface" OFF)
|
||||
option(cad "Enable support for CAD-based geometry" OFF)
|
||||
|
||||
# Maximum number of nested coordinates levels
|
||||
set(maxcoord 10 CACHE STRING "Maximum number of nested coordinate levels")
|
||||
|
||||
#===============================================================================
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Try to find MOAB
|
||||
# Try to find DAGMC
|
||||
#
|
||||
# Once done this will define
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue