mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
set cmake_minimum_required to 3.13 for libssh (#32)
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index a64b7708..c6344a5a 100644
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-cmake_minimum_required(VERSION 3.3.0)
|
||||||
|
+cmake_minimum_required(VERSION 3.13.0)
|
||||||
|
cmake_policy(SET CMP0048 NEW)
|
||||||
|
|
||||||
|
# Specify search path for CMake modules to be loaded by include()
|
||||||
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
|
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
|
||||||
index 9de10225..0f3d20ed 100644
|
index 9de10225..0f3d20ed 100644
|
||||||
--- a/ConfigureChecks.cmake
|
--- a/ConfigureChecks.cmake
|
||||||
|
|||||||
Reference in New Issue
Block a user