mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[build] require CMake >= 3.13
required for target_link_options
This commit is contained in:
committed by
Martin Fleisz
parent
aa2cb9aa5f
commit
f0e9797b4c
@@ -24,7 +24,7 @@ set(RDTK_VERSION_FULL "${RDTK_VERSION}")
|
||||
set(RDTK_API_VERSION "${RDTK_VERSION_MAJOR}")
|
||||
|
||||
if (NOT FREERDP_UNIFIED_BUILD)
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(RdTk VERSION ${RDTK_VERSION} LANGUAGES C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
Reference in New Issue
Block a user