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

CMake Error: Could Not Find Configuration File for Package "SEAL" #694

Closed
nelagamy opened this issue Jun 12, 2024 · 1 comment
Closed

CMake Error: Could Not Find Configuration File for Package "SEAL" #694

nelagamy opened this issue Jun 12, 2024 · 1 comment

Comments

@nelagamy
Copy link

While attempting to build the SEAL library examples, I encountered a CMake error indicating that the configuration file for the SEAL package matching the requested version "4.1.1" could not be found. Instead, the configuration file found was for version "4.1.2". After manually inspecting the CMake files, I located the find_package(SEAL 4.1.1 EXACT REQUIRED) command in the CMakeLists.txt file and updated it to find_package(SEAL 4.1 REQUIRED), resolving the issue. However, I am unsure if this modification aligns with the recommended approach and would appreciate guidance from the maintainers

@kimlaine
Copy link
Contributor

Thank you for pointing out this. A fix is now pushed (I updated the Release 4.1.2).

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

No branches or pull requests

2 participants