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
FlutterFire is using Firebase CPP SDK for Windows compatibility. We are getting a warning when compiling
CMake Deprecation Warning at /build/windows/x64/extracted/firebase_cpp_sdk_windows/CMakeLists.txt:17 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
HOWEVER, last time I tried, when building for Android the build fails if using cmake 3.7 and I had to use cmake 3.6.
There have been a lot of great features added to cmake since 3.7 so it would be pretty nice to use a newer version as the minimum supported. For example, cmake 3.12 adds a far-better mechanism to find a Python interpreter:
Feature proposal
FlutterFire is using Firebase CPP SDK for Windows compatibility. We are getting a warning when compiling
I see that this is caused by this line:
firebase-cpp-sdk/release_build_files/CMakeLists.txt
Line 17 in df09d59
I'm wondering if it's needed to support this minimum CMake.
Reference issue firebase/flutterfire#12849
The text was updated successfully, but these errors were encountered: