Skip to content

Commit

Permalink
Remove unused use_tidy variable. Just set CMake flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchwiebert committed Aug 14, 2023
1 parent 523b9f3 commit 2bc9c6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metamake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use_clang=0
use_mpi=0
use_asan=0
use_opt=1
use_tidy=0
use_debug=0
ENSEMBLES=""
CMAKEARGS=""
Expand Down Expand Up @@ -76,7 +75,6 @@ while getopts 'acdglmnpt' opt; do
a)
use_asan=1;;
c)
use_tidy=1
CMAKEARGS+="-DGOMC_TIDY=on ";;
d)
use_debug=1;;
Expand Down

0 comments on commit 2bc9c6c

Please sign in to comment.