From ccfb318212362439861e7b237c66883683c835b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 20 Jan 2019 13:36:06 +0100 Subject: [PATCH] decorations: cmake: we don't *really* need 3.13 --- decorations/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decorations/CMakeLists.txt b/decorations/CMakeLists.txt index 3201768..3702be6 100644 --- a/decorations/CMakeLists.txt +++ b/decorations/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.7) add_library(decoration-sdk INTERFACE) target_compile_options(decoration-sdk INTERFACE ${CAIRO_CFLAGS_OTHER})