Merge pull request #2444 from zdenop/fix_travis

fix typo
This commit is contained in:
zdenop 2019-05-17 11:26:40 +02:00 committed by GitHub
commit 2308cbf87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ if(CPPAN_BUILD)
add_subdirectory(.cppan)
else()
find_package(PkgConfig)
if(PKG_CONFIG_EXECUTABLE and NOT Leptonica_DIR)
if(PKG_CONFIG_EXECUTABLE AND NOT Leptonica_DIR)
pkg_check_modules(Leptonica REQUIRED lept>=${MINIMUM_LEPTONICA_VERSION})
link_directories(${Leptonica_LIBRARY_DIRS})
else()