mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
using embree root in cmake args
This commit is contained in:
parent
c262407af5
commit
5e2b56ea80
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
cd build ; \
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=.. \
|
||||
-DMOAB_DIR=/usr/local \
|
||||
-DEMBREE_DIR=/embree/lib/cmake/embree-3.12.1 ; \
|
||||
-DEMBREE_DIR=/embree ; \
|
||||
make -j"$compile_cores" ; \
|
||||
make -j"$compile_cores" install ; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue