IBM / fhe-toolkit-macos

IBM Homomorphic Encryption Toolkit For MacOS
MIT License
360 stars 53 forks source link

cmake in macOS >=10.14.x fails to automatically identify C++ compiler #6

Closed faberga closed 4 years ago

faberga commented 4 years ago

cmake in macOS >=10.14.x fails to automatically identify C++ compiler leading to the failure of the HElib build.

A potential workaround is to explicitly pass the compiler location when invoking cmake.

faberga commented 4 years ago

Fixed. in commit 16871cc