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

remove find_dependency(MIRACL) from ABYConfig.cmake.in to fix compilation issues #212

Open
wants to merge 1 commit into
base: public
Choose a base branch
from

Conversation

kcsmta
Copy link

@kcsmta kcsmta commented Dec 1, 2024

This pull request addresses Issue #151, which reports that MIRACL has been replaced by the RELIC library as a dependency in ABY. However, the find_dependency(MIRACL) directive was still present in the ABYConfig.cmake.in file. This lingering directive could cause errors when compiling projects that use ABY as a library.

This commit removes the find_dependency(MIRACL) line from ABYConfig.cmake.in, resolving the issue.

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.

1 participant