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})