mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 08:48:07 +02:00
Merge branch 'fix-issue-533' into 'master'
cmake: update minimum required version to 3.10 Closes #533 See merge request dbus/dbus!506
This commit is contained in:
commit
f455ba12d6
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