mirror of
https://github.com/azahar-emu/ext-libressl-portable
synced 2025-11-06 15:10:06 +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_minimum_required (VERSION 3.16.4)
|
||||||
cmake_policy(SET CMP0091 NEW)
|
cmake_policy(SET CMP0091 NEW)
|
||||||
else()
|
else()
|
||||||
cmake_minimum_required (VERSION 3.0)
|
cmake_minimum_required (VERSION 3.5)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project (LibreSSL C ASM)
|
project (LibreSSL C ASM)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user