From 64f97d2b70b94d19f59a11e2a9d53a67ba8af55e Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Sun, 23 Nov 2025 16:31:18 +0200 Subject: Raised cmake_minimum_required to 3.5 in CMakeLists.txt:1 so the build now targets CMake 3.5+ and inherits the correct modern policy set Signed-off-by: Denys Fedoryshchenko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a3ff73b..b2b98ea0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.5) if (CMAKE_BINARY_DIR STREQUAL CMAKE_HOME_DIRECTORY) message(FATAL_ERROR "Building in source directory is forbidden. Please make separated build directory.") -- cgit v1.2.3