iOS: iOS doesn't work with monolithic build any more

This commit is contained in:
Martin Fleisz 2013-03-29 14:49:41 +01:00
parent 38446b5f2b
commit f5b4dd8ee9
1 changed files with 1 additions and 1 deletions

View File

@ -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)