firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.5k stars 3.92k forks source link

[firebase_cpp_sdk_windows]: CMake Deprecation Warning #12849

Open stephane-archer opened 1 month ago

stephane-archer commented 1 month ago

Is there an existing issue for this?

Which plugins are affected?

Analytics

Which platforms are affected?

Windows

Description

build an app on windows

CMake Deprecation Warning at C:/Users/steph/Programs/lut_viewer/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.

Reproducing the issue

up

Firebase Core version

2.27.0

Flutter Version

3.19.0

Relevant Log Output

No response

Flutter dependencies

Expand Flutter dependencies snippet
```yaml Replace this line with the contents of your `flutter pub deps -- --style=compact`. ```

Additional context and comments

No response

Lyokone commented 1 month ago

Hello @stephane-archer, the issue is actually with the Firebase CPP SDK, raised here: https://github.com/firebase/firebase-cpp-sdk/issues/1599

stephane-archer commented 1 month ago

@Lyokone thanks for mentioning the right place for this issue