Skip to content

Commit

Permalink
FDS Build: set clean-fds to true if clean-hypre and clean-sundials sp…
Browse files Browse the repository at this point in the history
…ecified.
  • Loading branch information
cxp484 committed Nov 4, 2024
1 parent 112f432 commit b3dd24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/Scripts/build_thirdparty_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ while [[ $# -gt 0 ]]; do
shift
;;
--clean-hypre)
clean_fds=true
clean_hypre=true # Set the flag to true when --clean-hypre is used
shift
;;
--clean-sundials)
clean_fds=true
clean_sundials=true
shift
;;
Expand Down

0 comments on commit b3dd24f

Please sign in to comment.