mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:19:07 +08:00
14 lines
504 B
Diff
14 lines
504 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index 6daad98..5119895 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -48,7 +48,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_DIRS})
|