From 366ac441235fce1c4ccd9ac29d292f8e9d7e8c90 Mon Sep 17 00:00:00 2001 From: Gio Date: Tue, 9 Jun 2026 22:31:02 +0200 Subject: [PATCH] Fix build with CMake >= 4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46a5bdc..8103566 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # # SPDX-License-Identifier: CC0-1.0 -cmake_minimum_required (VERSION 3.5) +cmake_minimum_required (VERSION 3.15) project(bitdht) set(