From 660a7017faba70e6806a01447c32d37568ac5ee4 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Wed, 6 Mar 2024 20:08:04 +0000 Subject: [PATCH] * CMakeLists.txt: Bump required version to 3.5. Fixes #1267. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0ca0f2b1..a5971f57e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ # To minimize the number of cmake_policy() workarounds, # CMake >= 3 is requested. -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.0...3.5) if (NOT CMAKE_VERSION VERSION_LESS 3.3) # Allow symbol visibility settings also on static libraries. CMake < 3.3