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

Correction of an error message #192

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

Conversation

PhamAlexT
Copy link

Using the argument mentioned in the error message for cmake when building openfhe-development for 128-bit CKKS yields the following message:

Warning:
Manually-specified variables were not used by the project:
NATIVE_INT

Looking at the current version of openfhe-development's CMakeLists.txt, the correct argument is -DNATIVE_SIZE.
https://github.com/openfheorg/openfhe-development/blob/7b8346f4eac27121543e36c17237b919e03ec058/CMakeLists.txt#L82

Using the argument mentioned in the error message for cmake when building  openfhe-development for 128-bit CKKS yields the following message:
Warning:
Manually-specified variables were not used by the project:
NATIVE_INT

Looking at openfhe-development's CMakeLists.txt, the correct argument is -DNATIVE_SIZE.
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