using embree root in cmake args

This commit is contained in:
Jonathan Shimwell 2021-01-23 23:28:08 +00:00
parent c262407af5
commit 5e2b56ea80

View file

@ -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