From 7839003d5e9292a29b32598b53bcd12724c26b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 20 Sep 2020 17:06:31 +0200 Subject: [PATCH] Update the required CMake version 3.13 is already required for add_link_options --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02e4f51d..4138204a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.13) project(uking CXX) set(CMAKE_EXPORT_COMPILE_COMMANDS ON)