Skip to content

Commit f778101

Browse files
authored
Merge pull request #14771 from cxp484/master
FDS Build: Remove mkdir line as it is not needed
2 parents c34c0e6 + ed3e69d commit f778101

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Build/Scripts/SUNDIALS/build_sundials.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ if [ -d "$FIREMODELS/sundials" ]; then
5353
cd $FIREMODELS/sundials/BUILDDIR
5454
echo "Creating library directry..."
5555
export SUNDIALS_VERSION=$(git describe)
56-
mkdir $FIREMODELS/libs/sundials/$SUNDIALS_VERSION
5756
echo "Cleaning sundials repository..."
5857
rm -r $FIREMODELS/sundials/BUILDDIR/*
5958
cp $FIREMODELS/fds/Build/Scripts/SUNDIALS/$CONFMAKE .

0 commit comments

Comments
 (0)