mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Fixed elif/elseif error that made highgui-windows fail on mac+cocoa.
This commit is contained in:
parent
390b67e5a0
commit
93f05fed35
|
|
@ -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…
Reference in New Issue
Block a user