Skip to content

Commit

Permalink
Update leptonica version.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Jan 26, 2016
1 parent d855a9d commit 94be926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -46,10 +46,9 @@ set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR})

set(MINIMUM_LEPTONICA_VERSION 1.73)

if (NOT Leptonica_BUILD_DIR)
if (NOT WIN32)
find_package(Leptonica ${MINIMUM_LEPTONICA_VERSION} REQUIRED)
else()
set(Leptonica_DIR ${Leptonica_BUILD_DIR})
find_package(Leptonica ${MINIMUM_LEPTONICA_VERSION} REQUIRED CONFIG)
endif()

Expand Down

0 comments on commit 94be926

Please sign in to comment.