Commit 93f05fed authored by Miroslav Kobetski's avatar Miroslav Kobetski

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

parent 390b67e5
......@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment