Skip to content

Commit

Permalink
implement patches vcpkg tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Nov 8, 2018
1 parent 7a7f226 commit cbef2eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 323 deletions.
323 changes: 0 additions & 323 deletions cmake/FindICU.cmake

This file was deleted.

2 changes: 2 additions & 0 deletions cmake/templates/TesseractConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

include(${CMAKE_CURRENT_LIST_DIR}/TesseractTargets.cmake)

find_package(Leptonica REQUIRED)

# ======================================================
# Version variables:
# ======================================================
Expand Down
1 change: 1 addition & 0 deletions src/viewer/svutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <cstdio>
#ifdef _WIN32
#include <windows.h>
#pragma comment(lib, "Ws2_32.lib")
struct addrinfo {
struct sockaddr* ai_addr;
int ai_addrlen;
Expand Down

0 comments on commit cbef2eb

Please sign in to comment.