From a54e345c9b34233294dab1c9573960dabaff31df Mon Sep 17 00:00:00 2001 From: zdenop Date: Fri, 17 May 2019 11:19:07 +0200 Subject: [PATCH] fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa98e0e0e1..fef8dc7547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()