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

Is a lower version of cmake be compatible with onnxoptimizer? #96

Closed
gglin001 opened this issue Aug 30, 2022 · 2 comments
Closed

Is a lower version of cmake be compatible with onnxoptimizer? #96

gglin001 opened this issue Aug 30, 2022 · 2 comments

Comments

@gglin001
Copy link

gglin001 commented Aug 30, 2022

the current CMakeLists.txt needs cmake > 3.22, it is too high for some "old" cmake projects to use it directly.
I wonder if it is possible to be compatible with a lower version of cmake?

@daquexian
Copy link
Member

daquexian commented Aug 30, 2022

I'm afraid it is not easy. Do you encounter any problem in the "old" cmake projects?

@gglin001
Copy link
Author

yes, I have a project needs cmake <=3.22(it is a pre-build project , hard to update cmake version), it just meets the minimum requirement of onnxoptimizer, I can only use cmake==3.22.x now

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

No branches or pull requests

2 participants