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

Devendor libsodium #883

Merged
merged 6 commits into from Oct 29, 2019
Merged

Devendor libsodium #883

merged 6 commits into from Oct 29, 2019

Conversation

majestrate
Copy link
Contributor

No description provided.

@@ -51,7 +51,7 @@ if (UNIX)
# import pkg-config
find_package(PkgConfig QUIET)
if (PKG_CONFIG_FOUND)
pkg_check_modules(sodium_PKG QUIET libsodium)
pkg_check_modules(sodium_PKG QUIET libsodium>=1.0.16)
Copy link
Member

Choose a reason for hiding this comment

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

I think this can be libsodium>=${PACKAGE_FIND_VERSION} to pass through the version given in the outer find_package() call.

@majestrate majestrate merged commit 6d08838 into oxen-io:dev Oct 29, 2019
@majestrate majestrate deleted the devendor-libsodium branch February 24, 2021 20:10
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.

None yet

2 participants