Adding option for building with CAD support and moving FindDAGMC into the correct location for openmc cmake modules.

This commit is contained in:
shriwise 2018-02-23 01:31:26 -06:00 committed by pshriwise
parent bc3a092836
commit 45ccb2da16
2 changed files with 4 additions and 1 deletions

View file

@ -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")
#===============================================================================

View file

@ -1,4 +1,4 @@
# Try to find MOAB
# Try to find DAGMC
#
# Once done this will define
#