cmake: bump minimum version

add_link_options() only exists on cmake >=3.13.
This commit is contained in:
tgsm 2019-06-09 04:56:28 -04:00
parent 00a5576492
commit 5f4f1408b3
1 changed files with 2 additions and 2 deletions

View File

@ -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()