Update leptonica version.

This commit is contained in:
Egor Pugin 2016-01-26 14:14:48 +03:00
parent d855a9d611
commit 94be926be0

View File

@ -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()