From 5f4f1408b3f2a1351c63cc21f6a42a34dcaa1d4b Mon Sep 17 00:00:00 2001 From: tgsm Date: Sun, 9 Jun 2019 04:56:28 -0400 Subject: cmake: bump minimum version add_link_options() only exists on cmake >=3.13. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 38d4707..6ebb69f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ -cmake_minimum_required(VERSION 3.10.2) +cmake_minimum_required(VERSION 3.13) -cmake_policy(VERSION 3.10.2) +cmake_policy(VERSION 3.13) if (POLICY CMP0076) cmake_policy(SET CMP0076 NEW) endif() -- cgit v1.2.3