From 7f1ae5fe057a2c16e24f9f28bde3cddf8d38bf4b Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 16 Jan 2019 20:11:19 -0600 Subject: [PATCH] Adding information about the DAGMC_ROOT variable. --- docs/source/usersguide/install.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 116938f65c..d3e59c06e1 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -249,8 +249,10 @@ openmp 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) - + the optional dependencies list for more information on this feature. The + installation directory for DAGMC should also be defined as `DAGMC_ROOT` in the + CMake configuration command. (Default: off) + coverage Compile and link code instrumented for coverage analysis. This is typically used in conjunction with gcov_.