From: Ralf Habacker Date: Thu, 12 Dec 2024 21:02:59 +0000 (+0100) Subject: cmake: update minimum required version to 3.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca39b3799ea73fb9876e306c7d87b0856207fee1;p=thirdparty%2Fdbus.git cmake: update minimum required version to 3.10 This fixes a deprecation warning that compatibility with CMake < 3.10 will be removed from a future version of CMake. Resolves: dbus/dbus#533 Signed-off-by: Ralf Habacker --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 212a093a7..49ae125b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.10) # we do not need to have WIN32 defined set(CMAKE_LEGACY_CYGWIN_WIN32 0)