mirror of https://github.com/FreeRDP/FreeRDP
iOS: iOS doesn't work with monolithic build any more
This commit is contained in:
parent
38446b5f2b
commit
f5b4dd8ee9
|
@ -52,7 +52,7 @@ option(BUILD_TESTING "Build unit tests" OFF)
|
|||
option(WITH_SAMPLE "Build sample code" OFF)
|
||||
|
||||
if(${CMAKE_VERSION} VERSION_GREATER 2.8.8)
|
||||
if(ANDROID OR IOS)
|
||||
if(ANDROID)
|
||||
option(MONOLITHIC_BUILD "Use monolithic build" ON)
|
||||
else()
|
||||
option(MONOLITHIC_BUILD "Use monolithic build" OFF)
|
||||
|
|
Loading…
Reference in New Issue