Skip to content

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

Open
@boland25

Description

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):

  • macOS Info [ menu top left -> About this mac]:
  • cmake version [cmake --version in Terminal]:
  • Xcode version [Xcode -> About Xcode]:

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.

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions