Skip to content

Commit 0a5ff55

Browse files
committed
fix status of OPENCV_HIGHGUI_BUILTIN_BACKEND
1 parent 02f13bc commit 0a5ff55

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/highgui/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ if(HAVE_WEBP)
3939
add_definitions(-DHAVE_WEBP)
4040
endif()
4141

42-
if(WITH_FRAMEBUFFER)
43-
add_definitions(-DHAVE_FRAMEBUFFER)
44-
list(APPEND highgui_srcs ${CMAKE_CURRENT_LIST_DIR}/src/window_framebuffer.cpp)
45-
list(APPEND highgui_hdrs ${CMAKE_CURRENT_LIST_DIR}/src/window_framebuffer.hpp)
46-
list(APPEND highgui_hdrs ${CMAKE_CURRENT_LIST_DIR}/src/XWDFile.h)
47-
list(APPEND highgui_hdrs ${CMAKE_CURRENT_LIST_DIR}/src/Xmd.h)
48-
endif()
49-
5042
file(GLOB highgui_ext_hdrs
5143
"${CMAKE_CURRENT_LIST_DIR}/include/opencv2/*.hpp"
5244
"${CMAKE_CURRENT_LIST_DIR}/include/opencv2/${name}/*.hpp"

0 commit comments

Comments
 (0)