mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-03-22 03:20:42 +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>
This commit is contained in:
parent
e6b77c3454
commit
ca39b3799e
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