From 98590e0048967d9e0dc9a62b86f0964974bb3a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:00:10 +0100 Subject: [PATCH] Use actually recent cmake requirements, to be sure of it's behavior. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d8cc125..d7938ca9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.28) # This is better specified per target, but cmake keeps ignoring these language version # specification when building this project by itself, in particular the gnu extensions,