Merge pull request #1839 from mikecovlee/master

[bugfix] fix win32 incompatible pointer type error and cmake warnings
This commit is contained in:
Zhi Guan
2025-12-08 20:42:24 +08:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
if (CMAKE_VERSION VERSION_LESS "3.0")
cmake_minimum_required(VERSION 2.8)
else()
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.10)
endif()
project(GmSSL C)