mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
[bugfix] fix win32 incompatible pointer type error and cmake warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user