Improved iOS cmake support for xcode 9.4 and cmake 3.11

This commit is contained in:
Thomas Hogarth
2018-07-10 02:09:28 +01:00
committed by Colin Cochran
parent 47aa320787
commit e8ba57b22f
9 changed files with 75 additions and 128 deletions

View File

@@ -126,7 +126,7 @@ SET(TARGET_SRC
)
IF(APPLE AND NOT ANDROID)
IF(NOT OSG_BUILD_PLATFORM_IPHONE AND NOT OSG_BUILD_PLATFORM_IPHONE_SIMULATOR)
IF(NOT OSG_BUILD_PLATFORM_IPHONE)
# Needs CoreFoundation calls and a Carbon function
SET(OSGDB_PLATFORM_SPECIFIC_LIBRARIES ${CARBON_LIBRARY} ${COCOA_LIBRARY})
ENDIF()