add missing E to ELSIF
# Conflicts: # src/osgViewer/CMakeLists.txt
This commit is contained in:
parent
6ea8ebf25a
commit
3f0c1daaa2
@ -51,9 +51,9 @@ ENDIF()
|
||||
|
||||
IF(ANDROID)
|
||||
SET(OSG_WINDOWING_SYSTEM "None" CACHE STRING "Windowing system type for graphics window creation; options: None.")
|
||||
ELSIF(WIN32)
|
||||
ELSEIF(WIN32)
|
||||
SET(OSG_WINDOWING_SYSTEM "Win32" CACHE STRING "Windowing system type for graphics window creation; options: Win32 or None.")
|
||||
ELSIF(APPLE)
|
||||
ELSEIF(APPLE)
|
||||
# custom option to flag an iOS build
|
||||
OPTION(OSG_BUILD_PLATFORM_IPHONE "Enable IPhoneSDK Device support" OFF)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user