Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow more CMake true values. #34

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

1uc
Copy link
Contributor

@1uc 1uc commented Jul 17, 2023

The problem occurs when doing:

cmake -DNRN_ENABLE_CORENEURON=On ...`

which will break the tests in nrn because one reference file was ignored, because have_coreneuron was incorrectly not set to "yes".

Since this makes all of grep case insensitive we might want to just spell out the sensible variations ON|On|True|TRUE|Y|1.

@1uc 1uc force-pushed the 1uc/improve-have_coreneuron branch from 3f8aaa6 to 98174b0 Compare July 19, 2023 07:13
@1uc 1uc marked this pull request as ready for review July 19, 2023 07:20
@1uc 1uc requested a review from alexsavulescu July 19, 2023 07:21
@alexsavulescu alexsavulescu merged commit 205d664 into master Jul 19, 2023
1 check passed
@alexsavulescu alexsavulescu deleted the 1uc/improve-have_coreneuron branch July 19, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants