Skip to content

Commit 41f91c9

Browse files
committed
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 <[email protected]>
1 parent ab28a03 commit 41f91c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/training/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# tesseract
33
#
44

5-
if (NOT CPPAN_BUILD AND NOT (WIN32 OR CYGWIN))
6-
return()
7-
endif()
8-
95
if (CPPAN_BUILD)
106
set(ICU_FOUND 1)
117
endif()

0 commit comments

Comments
 (0)