From 83e352d0db254de863ba5e3e2f857ad3840b9096 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 2 Jun 2021 12:02:15 +0200 Subject: Fix CMake deprecation warning fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/37 --- 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