cmake: need CMake >= 3.13 since we use target_link_options()

This commit is contained in:
Daniel Eklöf 2019-02-07 12:26:05 +01:00
parent 5884300b5b
commit 7ff0f5a2f3
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.13)
add_library(decoration-sdk INTERFACE)
target_link_libraries(decoration-sdk INTERFACE PkgConfig::cairo)