mirror of
https://github.com/azahar-emu/ext-libressl-portable
synced 2025-11-06 23:20:09 +01:00
Updated cmake_minimum_required to 3.5 to avoid deprecation error
This commit is contained in:
parent
d4fc7348a3
commit
88b8e41b71
@ -2,7 +2,7 @@ if(MSVC)
|
||||
cmake_minimum_required (VERSION 3.16.4)
|
||||
cmake_policy(SET CMP0091 NEW)
|
||||
else()
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
cmake_minimum_required (VERSION 3.5)
|
||||
endif()
|
||||
|
||||
project (LibreSSL C ASM)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user