Skip to content

Commit 2ac196f

Browse files
committed
Merge pull request #2225 from alalek:backport
2 parents 15e7f41 + 1b5f9f0 commit 2ac196f

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)