mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
review comment, removed duplicate dir finding flags
This commit is contained in:
parent
bea1a7ea83
commit
1469c2334b
1 changed files with 1 additions and 2 deletions
|
|
@ -114,8 +114,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
cd build ; \
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=.. \
|
||||
-DMOAB_DIR=/MOAB \
|
||||
-DEMBREE_DIR=/embree/lib/cmake/embree-3.12.1 \
|
||||
-DEMBREE_ROOT=/embree/lib/cmake/embree-3.12.1 ; \
|
||||
-DEMBREE_DIR=/embree/lib/cmake/embree-3.12.1 ; \
|
||||
make -j"$compile_cores" ; \
|
||||
make -j"$compile_cores" install ; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue