summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-07-23 11:10:15 +0800
committeryangwei <[email protected]>2023-07-23 11:10:15 +0800
commit320851f683d272cc876d4f38479323df9fa20df2 (patch)
tree58ceb1142fb28b1f86c975e75a81be12ca544d21 /test
parent6fb4738f1918d2411634ebc7e05b5ebc20fb8d6a (diff)
🐞 fix(gtp计算头部): 计算GTP头部扩展时判断长度
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 b7eb670..ec4336b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8...3.10)
include_directories(${CMAKE_SOURCE_DIR}/inc)
include_directories(${MESA_SDK_PREFIX}/include)