-
Notifications
You must be signed in to change notification settings - Fork 82
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
[INFRA] accept any case in find_package(sEqAn3) #1427
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1427 +/- ##
=======================================
Coverage 97.59% 97.59%
=======================================
Files 234 234
Lines 8785 8785
=======================================
Hits 8574 8574
Misses 211 211 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Some minor 💅 stuff
CHANGELOG.md
Outdated
@@ -21,6 +21,10 @@ If possible, provide tooling that performs the changes, e.g. a shell-script. | |||
|
|||
## New features | |||
|
|||
### CMake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### CMake | |
### Build system |
@marehr this can be now squashed and then merged. Many thanks. |
…ome obscure method to infer the same name
ed96c99
to
4fc392b
Compare
@rrahn done |
This PR improves two things:
find_package_handle_standard_args
) to tellfind_package
if the package was found or not (code reduction).