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 #1798 for CMake #1944

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Fix #1798 for CMake #1944

merged 1 commit into from
Sep 19, 2024

Conversation

yhirose
Copy link
Owner

@yhirose yhirose commented Sep 19, 2024

No description provided.

@yhirose
Copy link
Owner Author

yhirose commented Sep 19, 2024

@jimmy-park @sum01 this is my first modification in test/CMakeLists.txt. :)
It works on GitHub Actions CI. Could you review it?

Copy link
Contributor

@sum01 sum01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty good.

There's a small gotcha with the OPENSSL_VERSION potentially not matching the bin file you find with find_program, but that's at most an edge-case for people with multiple OpenSSL installed with the same bin names that also share locations. So basically no one I guess?

Technically you could pull the version from the bin directly by using openssl version and running some REGEX on its output.

Anyways, LGMT & passed on my machine.

@yhirose yhirose merged commit 7c4799d into master Sep 19, 2024
7 checks passed
@yhirose yhirose deleted the issue1798 branch October 19, 2024 03:04
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