Closed redtide closed 1 year ago
I think that would be fine. Any issues @evpobr or @SoapGentoo or @sezero ?
Thanks!
I think that would be fine. Any issues @evpobr or @SoapGentoo or @sezero ?
No issues from me, although the following would silence that warning too, which we did in several projects: (@madebr may have more to say.)
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,2 +1,2 @@
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.2...3.5)
@dbry sure, we're always very on top of things, and those are very old cmake releases, so go ahead
Hi, I think it's ok.
I think that would be fine. Any issues @evpobr or @SoapGentoo or @sezero ?
No issues from me, although the following would silence that warning too, which we did in several projects: (@madebr may have more to say.)
diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,2 +1,2 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.2...3.5)
which it seems what the message suggests with ...or use a ...<max>...
.
To be precise I don't care about the warning per se, just not want that something gets broken in future all of the sudden, which for an Archlinux (or any other rolling release distribution) user could be even tomorrow :P
Thanks everyone!
Thank you!
We get this warning during configuration:
It would be possible to increase it from 3.2 to 3.5?