mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 19:19:05 +08:00
cmake: Build training tools also on Linux and macOS
This enables CI tests for the code in src/training on Linux and macOS. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
ab28a03e93
commit
41f91c96c8
@ -2,10 +2,6 @@
|
||||
# tesseract
|
||||
#
|
||||
|
||||
if (NOT CPPAN_BUILD AND NOT (WIN32 OR CYGWIN))
|
||||
return()
|
||||
endif()
|
||||
|
||||
if (CPPAN_BUILD)
|
||||
set(ICU_FOUND 1)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user