Now deleting correct folder name with uppercase

Co-authored-by: Ariful Islam Pranto <pranto.roza.53@gmail.com>
This commit is contained in:
Jonathan Shimwell 2021-01-24 12:00:31 +00:00 committed by GitHub
parent 5588f91661
commit 2831d84ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
git clone -b develop https://github.com/svalinn/DAGMC.git ; \
mkdir build ; \
cd build ; \
cmake ../dagmc -DBUILD_TALLY=ON \
cmake ../DAGMC -DBUILD_TALLY=ON \
-DCMAKE_INSTALL_PREFIX=/dagmc/ \
-DMOAB_DIR=/usr/local \
-DBUILD_STATIC_LIBS=OFF \