From 70a18e1a1fa86bb03aa09492b68186f729b132ac Mon Sep 17 00:00:00 2001 From: fenugrec Date: Sat, 30 Nov 2019 12:11:30 -0500 Subject: [PATCH] Update cmake_minimum_required() version add_link_options() requires cmake >= 3.13 pointed out by @vondraussen in github PR #39 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34825e9..2d88eb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.13) project(candleLightFirmware C ASM) add_compile_options(