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

Fix cmake search for Blosc and SZip #2255

Closed
wants to merge 1 commit into from

Conversation

bmcandr
Copy link

@bmcandr bmcandr commented Mar 21, 2022

cmake does not search for Blosc or SZip libraries due to use of bang (!) rather
than NOT for negation on lines 1072 and 1084 of CMakeLists.txt. This commit
fixes this issue.

Resolves #2254

cmake does not search for Blosc or SZip libraries due to use of bang (!) rather
than NOT for negation on lines 1072 and 1084 of CMakeLists.txt. This commit
fixes this issue.

Resolves Unidata#2254
@bmcandr bmcandr requested a review from WardF as a code owner March 21, 2022 14:44
@CLAassistant
Copy link

CLAassistant commented Mar 21, 2022

CLA assistant check
All committers have signed the CLA.

@lgtm-com
Copy link

lgtm-com bot commented Mar 21, 2022

This pull request introduces 1 alert when merging dc38f98 into 5265520 - view on LGTM.com

new alerts:

  • 1 for Comparison result is always the same

@DennisHeimbigner
Copy link
Collaborator

Sigh, this is what comes of adapting code from automake. Thanks for catching this.

@WardF WardF added this to the 4.9.0 milestone Mar 21, 2022
@WardF WardF self-assigned this Mar 21, 2022
@WardF
Copy link
Member

WardF commented Mar 21, 2022

Thank you, working my way up the list from oldest-newest for the 4.9.0 release, I'll make sure this is included!

@DennisHeimbigner
Copy link
Collaborator

Looks like this gets fixed in PR #2245

@bmcandr
Copy link
Author

bmcandr commented Mar 21, 2022

@DennisHeimbigner, good catch. I'll close this PR.

@bmcandr bmcandr closed this Mar 21, 2022
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.

[Bug] cmake does not search for libblosc or libszip
4 participants