Skip to content

Commit 4332264

Browse files
authored
CMake - Set minimum Leptonica version to 1.74.0
1 parent 11f2057 commit 4332264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set(VERSION_MAJOR 3)
4444
set(VERSION_MINOR 05)
4545
set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR})
4646

47-
set(MINIMUM_LEPTONICA_VERSION 1.71)
47+
set(MINIMUM_LEPTONICA_VERSION 1.74.0)
4848

4949
if(NOT EXISTS ${PROJECT_SOURCE_DIR}/.cppan)
5050
if (NOT Leptonica_DIR AND NOT MSVC)

0 commit comments

Comments
 (0)