removed duplicate line in cmake cmd

This commit is contained in:
Jonathan Shimwell 2021-01-06 17:04:03 +00:00
parent 7315b33f5c
commit 5289c5cb08

View file

@ -94,7 +94,6 @@ RUN if [ "$include_dagmc" = "true" ] ; \
cmake ../moab -DBUILD_SHARED_LIBS=ON \
-DENABLE_HDF5=ON \
-DENABLE_PYMOAB=ON \
-DENABLE_BLASLAPACK=OFF \
-DENABLE_FORTRAN=OFF \
-DENABLE_BLASLAPACK=OFF ; \
make -j"$compile_cores" ; \