Correction of an error message
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.