summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-16 15:53:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-16 15:53:27 +0200
commit8b0c1b6ba315146a36d163119a80aa5ff806139a (patch)
tree488c5ad6aef0d98d41fa7b556c188443d43cf3d2
parentf8363046b4cd46692bcf64f495a7603b8e2468bc (diff)
downloadcssh-8b0c1b6ba315146a36d163119a80aa5ff806139a.tar.gz
cssh-8b0c1b6ba315146a36d163119a80aa5ff806139a.tar.bz2
increased minimal cmake to 2.8.120.0.1
-rw-r--r--3rdParty/CMakeLists.txt2
-rw-r--r--3rdParty/linenoise/CMakeLists.txt2
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/3rdParty/CMakeLists.txt b/3rdParty/CMakeLists.txt
index 06d2729..0fb8cd6 100644
--- a/3rdParty/CMakeLists.txt
+++ b/3rdParty/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8.13 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
add_subdirectory(linenoise)
diff --git a/3rdParty/linenoise/CMakeLists.txt b/3rdParty/linenoise/CMakeLists.txt
index e4df181..a12d9db 100644
--- a/3rdParty/linenoise/CMakeLists.txt
+++ b/3rdParty/linenoise/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
include_directories(${libssh_INCLUDE_PATH})
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d22d11f..d89f88e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6404868..55163e2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
include_directories(
${libssh_INCLUDE_PATH}