Skip to content

Commit 0f1e13a

Browse files
committed
cmake: fix warning
1 parent 294f548 commit 0f1e13a

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
@@ -156,7 +156,7 @@ else()
156156
link_directories(${Leptonica_LIBRARY_DIRS})
157157
else()
158158
find_package(Leptonica ${MINIMUM_LEPTONICA_VERSION} REQUIRED CONFIG)
159-
endif(PKG_CONFIG_EXECUTABLE)
159+
endif()
160160
if (NOT Leptonica_FOUND)
161161
message(FATAL_ERROR "Cannot find required library Leptonica. Quitting!")
162162
endif(NOT Leptonica_FOUND)

0 commit comments

Comments
 (0)