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

[test] Consistent use of cmake_minimum_required in test code. NFC #23538

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 29, 2025

Lower values were causing cmake to print verbose warnings on each test run.

I chose 3.16 here since that is the version available in ubuntu/focal which is the oldest version we test against AFAICT.

@sbc100 sbc100 requested a review from dschuff January 29, 2025 22:59
@sbc100 sbc100 force-pushed the cmake_minimum_required branch from 0e36ca2 to 9cf87e3 Compare January 29, 2025 23:01
@sbc100 sbc100 requested a review from kripken January 29, 2025 23:45
@sbc100 sbc100 enabled auto-merge (squash) January 29, 2025 23:45
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.29)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this one 29?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, fixed

@sbc100 sbc100 force-pushed the cmake_minimum_required branch from 9cf87e3 to 1966547 Compare January 30, 2025 18:01
Lower values were causing cmake to print verbose warnings on each test
run.

I chose 3.16 here since that is the version available in ubuntu/focal
which is the oldest version we test against AFAICT.
@sbc100 sbc100 force-pushed the cmake_minimum_required branch from 1966547 to f819267 Compare January 30, 2025 18:59
@sbc100
Copy link
Collaborator Author

sbc100 commented Jan 30, 2025

Downgraded to 3.16 since we still test on ubuntu focal.

@sbc100 sbc100 merged commit 70a5c27 into emscripten-core:main Jan 30, 2025
29 checks passed
@sbc100 sbc100 deleted the cmake_minimum_required branch January 30, 2025 21:25
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