add missing E to ELSIF
# Conflicts: # src/osgViewer/CMakeLists.txt
This commit is contained in:
parent
5b688eb99d
commit
e1de14c689
@ -52,9 +52,9 @@ ENDIF()
|
|||||||
|
|
||||||
IF(ANDROID)
|
IF(ANDROID)
|
||||||
SET(OSG_WINDOWING_SYSTEM "None" CACHE STRING "Windowing system type for graphics window creation; options: None.")
|
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.")
|
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
|
# custom option to flag an iOS build
|
||||||
OPTION(OSG_BUILD_PLATFORM_IPHONE "Enable IPhoneSDK Device support" OFF)
|
OPTION(OSG_BUILD_PLATFORM_IPHONE "Enable IPhoneSDK Device support" OFF)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user