From 691e9d8f5610e0e4f3f0e090e9b15fc3ff44e0a7 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Mon, 28 Oct 2024 23:20:57 +0100 Subject: [PATCH] Avoid warning in newest Cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86e8a5b..6979c82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12...3.5) +cmake_minimum_required(VERSION 2.8.12...3.10) project(asl)