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

Incorrect cmake version while running in debug mode #80

Closed
bohrasankalp opened this issue Sep 8, 2022 · 2 comments
Closed

Incorrect cmake version while running in debug mode #80

bohrasankalp opened this issue Sep 8, 2022 · 2 comments

Comments

@bohrasankalp
Copy link

Incorrect version of cmake is identified with message. While I have version 3.24.1 for cmake on linux system.

This will generate a JSON format file containing all messages that 
need to be translated.
Launching lib/main.dart on Linux in debug mode...
CMake Error at flutter/ephemeral/.plugin_symlinks/dart_vlc/linux/CMakeLists.txt:19 (cmake_minimum_required):
  CMake 3.13 or higher is required.  You are running version 3.10.2

Tried with flutter clean. Rebuilding for linux platform has also been unsuccessful attempt.

@prateekmedia
Copy link
Owner

Are you sure you are on the latest cmake? Can you run and confirm the version by cmake --version

@bohrasankalp
Copy link
Author

I have correct version installed that is latest, somehow I believe vlc and libvlc-dev is not installed that might creating problem. I couldn't find libvlc-dev though.

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