From 0442786d7d2c7d20a9091e6b9d6a12a426bd527e Mon Sep 17 00:00:00 2001 From: zdenop Date: Fri, 1 Mar 2024 12:39:26 +0100 Subject: [PATCH] Update CMakeLists.txt Compatibility with CMake < 3.5 will be removed from a future version of CMake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a34d8d4d..ce6b7195f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # # ############################################################################## -cmake_minimum_required(VERSION 3.1.3) +cmake_minimum_required(VERSION 3.5) cmake_policy(SET CMP0054 NEW) # In-source builds are disabled.