summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-03-14 11:49:00 +0800
committeryangwei <[email protected]>2024-03-14 11:49:00 +0800
commitca6d7fecf10ed355b2e8848208ff312da2fbe24f (patch)
tree4eafff19711d9be26cddc69123fe8a01b57f3242 /CMakeLists.txt
parentcf158cc7856870eeaf21f2194d1299937d6c049e (diff)
🐞 fix(ssh.h 向前兼容):v2.0.15master
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bfb930a..a8a2df8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required (VERSION 3.10)
set(lib_name ssl)