From fec19801738d5d885d86dadcffde3ac768534f2b Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 20 Feb 2025 13:28:03 +0100 Subject: [PATCH] Bump policy_max CMake version to 3.31 to fix compatibility with CMake 4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4985c7..3730b9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # This software may be modified and distributed under the terms of the # BSD-3-Clause license. See the accompanying LICENSE file for details. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5...3.31) project(sharedlibpp VERSION 0.0.3