summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-03-07 13:53:12 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-03-07 13:53:12 +0100
commitf8363046b4cd46692bcf64f495a7603b8e2468bc (patch)
tree7dd3ca3f444aae7849a3c490b1b0e5dc2f4a03eb
parent4e57b5ac04be2475c94569d0dce2d91573294eaf (diff)
downloadcssh-f8363046b4cd46692bcf64f495a7603b8e2468bc.tar.gz
cssh-f8363046b4cd46692bcf64f495a7603b8e2468bc.tar.bz2
increased minimal version of cmake
-rw-r--r--3rdParty/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)