review comment, removed duplicate dir finding flags

This commit is contained in:
Jonathan Shimwell 2020-12-08 13:43:53 +00:00
parent bea1a7ea83
commit 1469c2334b

View file

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