mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
74a72cd015
commit
2cf2cfcf99
@ -44,7 +44,7 @@ set(VERSION_MAJOR 3)
|
||||
set(VERSION_MINOR 05)
|
||||
set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR})
|
||||
|
||||
set(MINIMUM_LEPTONICA_VERSION 1.71)
|
||||
set(MINIMUM_LEPTONICA_VERSION 1.73)
|
||||
|
||||
if (NOT Leptonica_BUILD_DIR)
|
||||
find_package(Leptonica ${MINIMUM_LEPTONICA_VERSION} REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user