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 committed by Robert Osfield
parent 6ea8ebf25a
commit 3f0c1daaa2

View File

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