diff options
| author | 刘学利 <[email protected]> | 2024-03-11 10:31:48 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2024-03-11 10:31:48 +0000 |
| commit | 3d59a92dd67a5f24fea233963ab49b644075a691 (patch) | |
| tree | e5236fe45d514925463d1149dabf2e34dcda53e2 /CMakeLists.txt | |
| parent | 8f3bde2163664e68a9fd7374d64cb935447f1b40 (diff) | |
TSG-19861: Support client hello fragmentv3.0.5
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ce3a56..8bb0cd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8) +cmake_minimum_required (VERSION 3.0) set(lib_name ssl) @@ -39,8 +39,10 @@ if (CMAKE_CXX_CPPCHECK) "--suppress=uselessAssignmentPtrArg" "--suppress=unmatchedSuppression" "--suppress=unreadVariable" - "--suppress=unreachableCode" - "--suppress=constParameter" + "--suppress=unreachableCode" + "--suppress=constParameter" + "--suppress=variableScope" + "--suppress=*:${PROJECT_SOURCE_DIR}/src/utstring.h" ) message("cppcheck start...") else() |
