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

Update CMake minimum version to 3.13 #217

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

mellis13
Copy link
Collaborator

The SmartRedis build process uses the CMake function add_link_options() which was added in version 3.13 (https://cmake.org/cmake/help/git-master/command/add_link_options.html). As a result, we should bump our minimum version from 3.10 to 3.13. The current version of CMake is 3.23, so users are unlikely to encounter an error unless they are using a very old version of CMake, and newer versions of CMake are easily installed in a conda environment.

@billschereriii
Copy link
Contributor

LGTM, thanks for taking care of this!

@mellis13 mellis13 merged commit 5d838d6 into CrayLabs:develop Feb 16, 2022
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.

2 participants