Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
emsdk_installer init #6163
emsdk_installer init #6163
Changes from 44 commits
cc3cad4
4fbbf62
a864958
e9fd817
0a01d5e
ad37503
4b013be
da21729
c3a1d98
8b022c1
e3ef04e
a75f3ea
3843aaa
05b5ccf
6737ff8
233341f
9b06f4e
828c57b
1676d2e
2f34c8c
e86380a
3fbda29
5b23572
bfffb8d
19e700d
83ace2e
da29974
0c87f09
d8b7272
ef7fbef
d04ab65
e97c334
1dfd5a4
a619334
556aafc
e50e557
b3e5e8b
34d4e37
06d950c
158bc46
81474a7
ef3b636
c02b57a
c7d5953
0ce1ece
cd00ec4
9f4e9f0
487e64d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In ConanCenter we will converge to the minimum requirements for Conan v2, to maximize compatibility of recipes with the next Conan versions. Requirement for Conan v2 is CMake 3.15 (https://github.com/conan-io/tribe/blob/main/design/004-tools-cmake.md), so we try to ensure our recipes works with it.
Here I don't see anything requiring that CMake version, so it is probably safe to use something lower