* CMakeLists.txt: Bump required version to 3.5.

Fixes #1267.
This commit is contained in:
Alexei Podtelezhnikov 2024-03-06 20:08:04 +00:00
parent 2cc589043e
commit 660a7017fa
1 changed files with 1 additions and 1 deletions

View File

@ -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