mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-03 18:20:29 +01:00
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 <ralf.habacker@freenet.de>
(cherry picked from commit ca39b3799e)
This commit is contained in:
parent
5c611c9339
commit
6740ff8a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue