diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3af7e30..55e17da 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -44,7 +44,7 @@ if (PNG_LIBRARY) endif() if (TIFF_LIBRARY) target_include_directories (leptonica PUBLIC ${TIFF_INCLUDE_DIR}) - target_link_libraries (leptonica ${TIFF_LIBRARY}) + target_link_libraries (leptonica ${TIFF_LIBRARIES}) endif() if (WEBP_FOUND) target_include_directories (leptonica PUBLIC ${WEBP_INCLUDE_DIR})