Skip to content

[CMake] Upgrade Minimum Version to 3.10 #2812

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

Merged

Conversation

AlexandreSinger
Copy link
Contributor

The CI currently always runs on the latest version of CMake. I am not sure why this is, its not the best practice, but CMake is a fairly stable application so it should be fine.

CMake is deprecating version 3.9, and a few CMake files require the minimum version to be 3.9 or larger. Changed these files to be 3.10 or later.

This is currently causing the CI to fail for basically all of the tests with the following errors:
image

The CI currently always runs on the latest version of CMake. I am not
sure why this is, its not the best practice, but CMake is a fairly
stable application so it should be fine.

CMake is deprecating version 3.9, and a few CMake files require the
minimum version to be 3.9 or larger. Changed these files to be 3.10 or
later.
@AlexandreSinger
Copy link
Contributor Author

@vaughnbetz The CI is currently failing for all tests due to it tracking the most recent version of CMake and CMake deprecating version 3.9. I have raised our requirements to version 3.10 of CMake (this only affected 3 files, 2 of which were EZGL). This fixed the issues. Please review and merge when you get a moment.

@vaughnbetz
Copy link
Contributor

Thanks @AlexandreSinger !

@vaughnbetz vaughnbetz merged commit 66f35d9 into verilog-to-routing:master Nov 16, 2024
37 checks passed
@AlexandreSinger AlexandreSinger deleted the feature-cmake-min-req branch November 26, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants