From 1e893e664ca144ee4dc9abc85c1eb1a56072ae71 Mon Sep 17 00:00:00 2001 From: Leandro Nini Date: Sun, 16 Nov 2025 21:01:09 +0100 Subject: [PATCH] Silence cmake deprecation warning --- Hurrican/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hurrican/CMakeLists.txt b/Hurrican/CMakeLists.txt index fdfbeacd..f4381e54 100644 --- a/Hurrican/CMakeLists.txt +++ b/Hurrican/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.10) project(hurrican) set(CMAKE_CXX_STANDARD 17)