From 423aaca62847df8516a2d58a5050a7317e34de7a Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Sun, 17 Nov 2024 17:08:10 +0100 Subject: [PATCH] require at least CMake 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a45ea8f..840a326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(Himalaya LANGUAGES CXX Fortran) option(BUILD_EXAMPLES "Build Himalaya examples" ON)