Skip to content

Commit

Permalink
Allow more CMake true values.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Jul 17, 2023
1 parent fe7029e commit 3f8aaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if nrniv -nobanner -nogui -c 'nrnversion(6)' | grep "NRN_ENABLE_MPI=OFF" > /dev/
have_nrnmpi=no
echo "MPI is disabled: NRN_ENABLE_MPI=OFF"
fi
if nrniv -nobanner -nogui -c 'nrnversion(6)' | grep -E "NRN_ENABLE_CORENEURON=(ON|TRUE)" > /dev/null ; then
if nrniv -nobanner -nogui -c 'nrnversion(6)' | grep -i -E "NRN_ENABLE_CORENEURON=(ON|TRUE|YES|Y|1)" > /dev/null ; then
have_coreneuron=yes
echo "CORENEURON is enabled: NRN_ENABLE_CORENEURON=ON"
fi
Expand Down

0 comments on commit 3f8aaa6

Please sign in to comment.