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

Require cmake minimum version 3.4 on all platforms #200

Merged

Conversation

emmenlau
Copy link
Contributor

@emmenlau emmenlau commented Feb 6, 2020

This PR updates the minimum required cmake to 3.4 on all platforms. Older cmake can be causing some problems without proper setting of cmake policies. For example, on macOS the variables CMAKE_C_COMPILER_ID and CMAKE_CXX_COMPILER_ID are set to Clang instead of AppleClang.

There are also a few minor whitespace changes for readability.

Closes #198

@zeyiwen
Copy link
Collaborator

zeyiwen commented Feb 6, 2020

Thanks. PR #201 will need some tests, and will be merged when the tests are done.

@zeyiwen zeyiwen merged commit d92c232 into Xtra-Computing:master Feb 6, 2020
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.

Drop older cmake support
2 participants