bump cmake versions to make it build with cmake 4.0

This commit is contained in:
niki
2026-03-17 20:31:54 +01:00
parent 9618942ec0
commit 987a9b7666
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(FATAL_ERROR "Prevented in-tree build.")
endif()
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.6)
include(ExternalProject)