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:
Stefan Weil 2019-06-22 20:27:56 +02:00
parent ab28a03e93
commit 41f91c96c8

View File

@ -2,10 +2,6 @@
# tesseract
#
if (NOT CPPAN_BUILD AND NOT (WIN32 OR CYGWIN))
return()
endif()
if (CPPAN_BUILD)
set(ICU_FOUND 1)
endif()