From ab1fb44f94511de31ad319ce22cdb7a8f9397e8a Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 18 Jun 2021 01:42:57 +0200 Subject: Add all Ayatana standard CMakeLists.txt bits fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/36 --- cmake/GdbusCodegen.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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) -- cgit v1.2.3