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

Fix CMakeLists.txt for Flatpak builds #203

Merged
merged 1 commit into from
Mar 22, 2023
Merged

Conversation

umireon
Copy link
Member

@umireon umireon commented Mar 21, 2023

Flatpak has CMake 3.25.1.
cmake_minimum_required must be below 3.25.1 for Flatpak.
Building ONNX Runtime requires 3.25.2 but we use pre-built ONNX Runtime for Flatpak so that CMake 3.25.1 is valid only for Flatpak build.
The deb build still requires 3.25.2 and this is great to note on README.md or CONTRIBUTING.md.

@umireon umireon requested a review from royshil March 21, 2023 18:13
@umireon umireon added this to the v0.5.15 milestone Mar 21, 2023
@umireon umireon mentioned this pull request Mar 21, 2023
Copy link
Collaborator

@royshil royshil left a comment

Choose a reason for hiding this comment

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

looking good!

@umireon umireon merged commit ae9e967 into main Mar 22, 2023
@umireon umireon deleted the umireon.fix-for-flatpak branch March 22, 2023 21:41
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