Skip to content

Commit

Permalink
Merge pull request #817 from pshriwise/correct_omc_cmake
Browse files Browse the repository at this point in the history
Correcting CMake variable name in OpenMC installation instructions
  • Loading branch information
gonuke authored Jul 15, 2022
2 parents 7f64b42 + fa1f007 commit a69b832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Next version
**Changed:**

* Using multi stage Dockerfile to reduce the number of Dockerfile (#813)
* Correction to CMake variable name in OpenMC install instructions (#817)


v3.2.2
Expand Down
2 changes: 1 addition & 1 deletion doc/install/openmc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ From the build directory, run::

$ cmake ../src -DMOAB_DIR=$HOME/dagmc_bld/MOAB \
-DBUILD_TALLY=ON \
-DCMAKE_INSTALL_PATH=$INSTALL_PATH
-DCMAKE_INSTALL_PREFIX=$INSTALL_PATH

If the CMake configuration proceeded successfully, you are now ready to install
DAGMC.
Expand Down

0 comments on commit a69b832

Please sign in to comment.