mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
iOS: initial release of iFreeRDP
This is the initial release of iFreeRDP the FreeRDP iOS client. Build instructions can be found in docs/README.ios.
This commit is contained in:
@@ -39,3 +39,9 @@ endif(MONOLITHIC_BUILD)
|
||||
if(${CMAKE_VERSION} VERSION_LESS 2.8.2)
|
||||
message(WARNING "GetGitRevisionDescription reqires (FindGit) cmake >= 2.8.2 to work properly - GIT_REVISION will be set to n/a")
|
||||
endif()
|
||||
|
||||
# Since cmake 2.8.9 modules/library names without lib/.so can be used
|
||||
# for dependencies
|
||||
if(IOS AND ${CMAKE_VERSION} VERSION_LESS 2.8.9)
|
||||
message(FATAL_ERROR "CMAKE version >= 2.8.9 required to build the IOS client")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user