File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ if(HAVE_WEBP)
3939 add_definitions (-DHAVE_WEBP)
4040endif ()
4141
42-
4342if (WITH_FRAMEBUFFER)
4443 add_definitions (-DHAVE_FRAMEBUFFER)
4544 list (APPEND highgui_srcs ${CMAKE_CURRENT_LIST_DIR} /src/window_framebuffer.cpp)
@@ -48,7 +47,6 @@ if(WITH_FRAMEBUFFER)
4847 list (APPEND highgui_hdrs ${CMAKE_CURRENT_LIST_DIR} /src/Xmd.h)
4948endif ()
5049
51-
5250file (GLOB highgui_ext_hdrs
5351 "${CMAKE_CURRENT_LIST_DIR} /include/opencv2/*.hpp"
5452 "${CMAKE_CURRENT_LIST_DIR} /include/opencv2/${name} /*.hpp"
@@ -199,9 +197,6 @@ elseif(HAVE_COCOA)
199197 list (APPEND HIGHGUI_LIBRARIES "-framework Cocoa" )
200198endif ()
201199
202-
203-
204-
205200if (TARGET ocv.3rdparty.win32ui)
206201 if ("win32ui" IN_LIST HIGHGUI_PLUGIN_LIST OR HIGHGUI_PLUGIN_LIST STREQUAL "all" )
207202 ocv_create_builtin_highgui_plugin(opencv_highgui_win32 ocv.3rdparty.win32ui "window_w32.cpp" )
You can’t perform that action at this time.
0 commit comments