Skip to content

Commit

Permalink
CMake - Set minimum Leptonica version to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo committed Dec 25, 2016
1 parent 11f2057 commit 4332264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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.74.0)

if(NOT EXISTS ${PROJECT_SOURCE_DIR}/.cppan)
if (NOT Leptonica_DIR AND NOT MSVC)
Expand Down

0 comments on commit 4332264

Please sign in to comment.