From f8363046b4cd46692bcf64f495a7603b8e2468bc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 7 Mar 2021 13:53:12 +0100 Subject: increased minimal version of cmake --- 3rdParty/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/CMakeLists.txt b/3rdParty/CMakeLists.txt index 0c56c89..06d2729 100644 --- a/3rdParty/CMakeLists.txt +++ b/3rdParty/CMakeLists.txt @@ -1,3 +1,3 @@ -cmake_minimum_required(VERSION 2.6 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.13 FATAL_ERROR) add_subdirectory(linenoise) -- cgit v1.2.3-54-g00ecf