Skip to content

Commit

Permalink
Allow more CMake true values. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Jul 19, 2023
1 parent a76e9c5 commit 205d664
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 205d664

Please sign in to comment.