Skip to content

Commit

Permalink
cmake: Build training tools also on Linux and macOS
Browse files Browse the repository at this point in the history
This enables CI tests for the code in src/training on Linux and macOS.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 22, 2019
1 parent ab28a03 commit 41f91c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/training/CMakeLists.txt
Expand Up @@ -2,10 +2,6 @@
# tesseract
#

if (NOT CPPAN_BUILD AND NOT (WIN32 OR CYGWIN))
return()
endif()

if (CPPAN_BUILD)
set(ICU_FOUND 1)
endif()
Expand Down

0 comments on commit 41f91c9

Please sign in to comment.