summaryrefslogtreecommitdiff
path: root/test
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 /test
parentcf158cc7856870eeaf21f2194d1299937d6c049e (diff)
🐞 fix(ssh.h 向前兼容):v2.0.15master
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d982b1b..d1f9aef 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required (VERSION 3.10)
project(${lib_name}_test)