Skip to content

Commit 91638ba

Browse files
authored
Merge pull request #2175 from pshriwise/cmake-docs-update
CMake command fixes for libmesh and dagmc
2 parents adbc9e0 + ab6b8f9 commit 91638ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/usersguide/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Prerequisites
269269
In addition to turning this option on, the path to the DAGMC installation
270270
should be specified as part of the ``CMAKE_PREFIX_PATH`` variable::
271271

272-
cmake -DOPENMC_USE_DAGMC=on -DCMAKE_PREFIX_PATH=/path/to/dagmc/installation
272+
cmake -DOPENMC_USE_DAGMC=on -DCMAKE_PREFIX_PATH=/path/to/dagmc/installation ..
273273

274274
* libMesh_ mesh library framework for numerical simulations of partial differential equations
275275

@@ -280,7 +280,7 @@ Prerequisites
280280
installation should be specified as part of the ``CMAKE_PREFIX_PATH``
281281
variable.::
282282

283-
cmake -DOPENMC_USE_LIBMESH=on -DOPENMC_USE_MPI=on -DCMAKE_PREFIX_PATH=/path/to/libmesh/installation
283+
cmake -DOPENMC_USE_LIBMESH=on -DOPENMC_USE_MPI=on -DCMAKE_PREFIX_PATH=/path/to/libmesh/installation ..
284284

285285
Note that libMesh is most commonly compiled with MPI support. If that
286286
is the case, then OpenMC should be compiled with MPI support as well.

0 commit comments

Comments
 (0)