Skip to content

Commit 1b5f9f0

Browse files
committed
3.4: backported changes from 'master' branch
1 parent 15e7f41 commit 1b5f9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/text/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(the_description "Text Detection and Recognition")
22
set(__extra_deps "")
33
if(DEBUG_opencv_text)
4-
list(APPEND __extra_deps PRIVATE opencv_highgui)
4+
list(APPEND __extra_deps PRIVATE_REQUIRED opencv_highgui)
55
endif()
66

77
ocv_define_module(text

0 commit comments

Comments
 (0)