Skip to content

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

Open
kcsmta wants to merge 1 commit into
encryptogroup:publicfrom
kcsmta:remove_MIRACL_in_cmake
Open

remove find_dependency(MIRACL) from ABYConfig.cmake.in to fix compilation issues#212
kcsmta wants to merge 1 commit into
encryptogroup:publicfrom
kcsmta:remove_MIRACL_in_cmake

Conversation

@kcsmta
Copy link
Copy Markdown

@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