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

pull/1256/head
Miroslav Kobetski 12 years ago
parent 390b67e5a0
commit 93f05fed35
  1. 2
      cmake/OpenCVFindLibsGUI.cmake

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

Loading…
Cancel
Save