diff options
author | Robert Tari <robert@tari.in> | 2021-06-18 01:42:57 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-27 07:29:04 +0200 |
commit | ab1fb44f94511de31ad319ce22cdb7a8f9397e8a (patch) | |
tree | 57388c274b5889ed64245a02d5f255c7c9143c7f /cmake | |
parent | 00cb60a120a4ddaa00cd8b2852b8d88e0a999261 (diff) | |
download | ayatana-indicator-datetime-ab1fb44f94511de31ad319ce22cdb7a8f9397e8a.tar.gz ayatana-indicator-datetime-ab1fb44f94511de31ad319ce22cdb7a8f9397e8a.tar.bz2 ayatana-indicator-datetime-ab1fb44f94511de31ad319ce22cdb7a8f9397e8a.zip |
Add all Ayatana standard CMakeLists.txt bits
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/36
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/GdbusCodegen.cmake | 2 |
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) |