-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
Feature proposal
- Firebase Component: All
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.
I see that this is caused by this line:
cmake_minimum_required(VERSION 3.1) |
I'm wondering if it's needed to support this minimum CMake.
Reference issue firebase/flutterfire#12849
Nico04, shubhamsinghshubham777, natebgurutech, hwkim1127, ZiyadF296 and 16 more