Skip to content

Commit

Permalink
Merge pull request #608 from amitdo/cmake-leptonica-1740
Browse files Browse the repository at this point in the history
CMake - Set minimum Leptonica version to 1.74.0
  • Loading branch information
egorpugin committed Dec 25, 2016
2 parents c7caaaf + 4332264 commit c124f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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 c124f87

Please sign in to comment.