IBM / fhe-toolkit-macos

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

setup.sh needs to update to latest CMAKE when installing #63

Open boland25 opened 3 years ago

boland25 commented 3 years ago

Describe the bug When installing cmake on the machine that does not have it, it installs an older version of cmake, 3.17.x. This version does not work with Xcode 12+, so we need to install 3.19.X instead. Ideally, it might be in our best interests to make sure that we are always installing the latest version instead of being pinned to a version. although I can the reverse argument also working.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Terminal Output (please attach setup.log output file after running setup.sh, located in the dependencies directory. This will hold information about the building of the dependencies. NOTE: It will contain file names and paths that may be sensitive. Upload is optional but recommended for debugging assistance.)

Additional context Add any other context about the problem here.