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

Requiring a newer version of CMake than Flutter requires is going to cause issues #81

Closed
MattiaudaNicolasCN opened this issue Jul 22, 2021 · 4 comments
Labels
improvement Improvement over already existing feature or code question Further information is requested

Comments

@MattiaudaNicolasCN
Copy link

MattiaudaNicolasCN commented Jul 22, 2021

Referring to this issue that I opened to Flutter: flutter/flutter#86852 would just like to notify you too.

Because on Linux I will get this:

CMake Error at flutter/ephemeral/.plugin_symlinks/dart_vlc/linux/CMakeLists.txt:8 (cmake_minimum_required):
CMake 3.15 or higher is required. You are running version 3.10.2

@alexmercerind alexmercerind added improvement Improvement over already existing feature or code question Further information is requested labels Jul 27, 2021
@alexmercerind
Copy link
Owner

Okay, I have downgraded version to 3.10 now, should work fine now. Another reason to not use snap.

@drexhacker
Copy link

@alexmercerind Thanks a lot this has saved me.

@MattiaudaNicolasCN
Copy link
Author

You are again requiring a higher version of CMake on Linux. My version of Flutter is 2.5.1. Now I get this:

CMake Error at flutter/ephemeral/.plugin_symlinks/dart_vlc/dartvlc/CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.13 or higher is required. You are running version 3.10.2

Exception: Unable to generate build files

Please downgrade it...

@alexmercerind
Copy link
Owner

alexmercerind commented Sep 20, 2021

You are again requiring a higher version of CMake on Linux. My version of Flutter is 2.5.1. Now I get this.

Don't use snap.

It has nothing to do with Flutter or its versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement over already existing feature or code question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants