Merge pull request #2225 from alalek:backport

pull/2222/head
Alexander Alekhin 6 years ago
commit 2ac196f871
  1. 2
      modules/text/CMakeLists.txt

@ -1,7 +1,7 @@
set(the_description "Text Detection and Recognition")
set(__extra_deps "")
if(DEBUG_opencv_text)
list(APPEND __extra_deps PRIVATE opencv_highgui)
list(APPEND __extra_deps PRIVATE_REQUIRED opencv_highgui)
endif()
ocv_define_module(text

Loading…
Cancel
Save