Fixed elif/elseif error that made highgui-windows fail on mac+cocoa.

This commit is contained in:
Miroslav Kobetski 2013-08-13 10:34:31 +02:00
parent 390b67e5a0
commit 93f05fed35

View File

@ -70,7 +70,7 @@ endif(WITH_OPENGL)
if(APPLE)
if(WITH_CARBON)
set(HAVE_CARBON YES)
elif(NOT IOS)
elseif(NOT IOS)
set(HAVE_COCOA YES)
endif()
endif()