You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
Calling FetchContent_Populate(objectbox-download) is deprecated, call
FetchContent_MakeAvailable(objectbox-download) instead. Policy CMP0169 can
be set to OLD to allow FetchContent_Populate(objectbox-download) to be
called directly for now, but the ability to call it with declared details
will be removed completely in a future version.
Call Stack (most recent call first):
flutter/ephemeral/.plugin_symlinks/objectbox_flutter_libs/linux/CMakeLists.txt:68 (FetchContent_Populate)
This warning is for project developers. Use -Wno-dev to suppress it.
Flutter Doctor
╰─❯ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.0, on Fedora Linux 41 (Workstation Edition)
6.12.5-200.fc41.x86_64, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2024.2)
[✓] VS Code (version 1.96.2)
[✓] Connected device (2 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
To resolve this the CMakeLists.txt files for Linux and Windows for the Flutter plugins need to be migrated.
However, note that using FetchContent_MakeAvailablerequires CMake 3.14. Check if supporting old versions like it is required and add a fallback to the old call.
objectbox-dart/flutter_libs/linux/CMakeLists.txt
Line 68 in 8caf9ba
Flutter Doctor
The text was updated successfully, but these errors were encountered: