mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Adding CMake prefix path to configure line for libMesh.
This commit is contained in:
parent
257d08624f
commit
7329eb90d7
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ def install(omp=False, mpi=False, phdf5=False, dagmc=False, libmesh=False):
|
|||
|
||||
if libmesh:
|
||||
cmake_cmd.append('-Dlibmesh=ON')
|
||||
cmake_cmd.append('-DCMAKE_PREFIX_PATH=$HOME/LIBMESH')
|
||||
|
||||
# Build in coverage mode for coverage testing
|
||||
cmake_cmd.append('-Dcoverage=on')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue