mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
14 lines
490 B
Diff
14 lines
490 B
Diff
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})
|