add missing E to ELSIF

# Conflicts:
#	src/osgViewer/CMakeLists.txt
This commit is contained in:
Laurens Voerman 2019-04-30 11:03:02 +02:00
parent 5b688eb99d
commit e1de14c689

View File

@ -52,9 +52,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)