From 298f4b37043e0921761c8242cabd762d1014c771 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 29 Apr 2021 09:07:03 +0200 Subject: CMakeLists.txt: Be happy with cmake 3.13 (fixes FTBFS on Debian 10). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ce7ab46..aaeb591 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project (libayatana-common C CXX) -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.13) set(PROJECT_VERSION "0.9.1") set(PACKAGE ${CMAKE_PROJECT_NAME}) -- cgit v1.2.3