Fix configuring with CMake version 4

See https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-
removed-features

> Compatibility with versions of CMake older than 3.5 has been removed.
This commit is contained in:
Dan Dennedy
2025-04-02 14:04:17 -07:00
committed by Jaromil
parent 2328ce3802
commit 31efba74b2

View File

@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.1)
cmake_minimum_required (VERSION 3.5)
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)