Skip to content

Commit a54e345

Browse files
committed
fix typo
1 parent 5282cdf commit a54e345

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
@@ -151,7 +151,7 @@ if(CPPAN_BUILD)
151151
add_subdirectory(.cppan)
152152
else()
153153
find_package(PkgConfig)
154-
if(PKG_CONFIG_EXECUTABLE and NOT Leptonica_DIR)
154+
if(PKG_CONFIG_EXECUTABLE AND NOT Leptonica_DIR)
155155
pkg_check_modules(Leptonica REQUIRED lept>=${MINIMUM_LEPTONICA_VERSION})
156156
link_directories(${Leptonica_LIBRARY_DIRS})
157157
else()

0 commit comments

Comments
 (0)