-
Notifications
You must be signed in to change notification settings - Fork 675
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
Fix cmake warning about future support removal #1579
Conversation
@rndx21033 what warnings? |
cmake version 3.28.1 CMake suite maintained and supported by Kitware (kitware.com/cmake).
#....various cmake output.... CMake Deprecation Warning at 3rdParty/MemPlumber/MemPlumber/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1579 +/- ##
==========================================
- Coverage 82.91% 82.90% -0.01%
==========================================
Files 273 273
Lines 46261 46261
Branches 9412 9492 +80
==========================================
- Hits 38356 38353 -3
- Misses 7049 7073 +24
+ Partials 856 835 -21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fix warning about CMake future removal for support of versions < 3.5