Adding a dagmc note in the CMake options list.

This commit is contained in:
Patrick Shriwise 2018-12-02 19:44:59 -06:00
parent 2758770153
commit 5c7e8a9cf8

View file

@ -247,6 +247,10 @@ openmp
Enables shared-memory parallelism using the OpenMP API. The Fortran compiler
being used must support OpenMP. (Default: on)
dagmc
Enables use of CAD-based DAGMC_ geometries. Please see the note about DAGMC in
the optional dependencies list for more information on this feature.(Default: off)
coverage
Compile and link code instrumented for coverage analysis. This is typically
used in conjunction with gcov_.