aboutsummaryrefslogtreecommitdiff
path: root/cmake/GdbusCodegen.cmake
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-07 12:08:27 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-06-07 12:08:27 +0200
commit479aefda4fdc32b859f2aec396f3f69921472bb6 (patch)
tree0bd27d0622aa9d41a87edc1bc906a6fc0cb2e29a /cmake/GdbusCodegen.cmake
parent9d9e7775547a65de25fb87b02782aef97c5d6e23 (diff)
parent83e352d0db254de863ba5e3e2f857ad3840b9096 (diff)
downloadayatana-indicator-session-479aefda4fdc32b859f2aec396f3f69921472bb6.tar.gz
ayatana-indicator-session-479aefda4fdc32b859f2aec396f3f69921472bb6.tar.bz2
ayatana-indicator-session-479aefda4fdc32b859f2aec396f3f69921472bb6.zip
Merge branch 'tari01-pr/fix-cmake-deprecation-warning'
Attributes GH PR #39: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/39
Diffstat (limited to 'cmake/GdbusCodegen.cmake')
-rw-r--r--cmake/GdbusCodegen.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GdbusCodegen.cmake b/cmake/GdbusCodegen.cmake
index ddb2995..5261ba8 100644
--- a/cmake/GdbusCodegen.cmake
+++ b/cmake/GdbusCodegen.cmake
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.13)
if(POLICY CMP0011)
cmake_policy(SET CMP0011 NEW)
endif(POLICY CMP0011)