-
Notifications
You must be signed in to change notification settings - Fork 126
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
Cmake warning issue when building windows desktop app #522
Comments
Thanks for reporting! As noted this is just a warning about a deprecated CMake feature and should not prevent the build from succeeding. Anyhow, we should look into resolving this. |
It looks like this is known for Flutter and they fixed this in their tests and examples. I was about to do the same, |
Never mind, can still see it on CI (probably Cmake stuff is cached somewhere Edit: turns out I have an old Visual Studio Community 2022 installation that bundles CMake 3.23, but this policy was introduced with 3.24 ( |
This also affects Linux builds. So update CMakeLists.txt for both Linux and Windows. |
A fix for this is planned to ship with the |
Hi, I'm using Linux and getting the same issue
Heres flutter doc
|
Running or building Windows desktop app after objectbox dependencies importation shows following warnings:
Basic info (please complete the following information):
Steps to reproduce
flutter build windows
Expected behavior
code generation without warnings
The text was updated successfully, but these errors were encountered: