forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request microsoft#7358 from PhoebeHui/dev/Phoebe/UpdateLep…
…tonica [leptonica] Upgrade to 1.78.0
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Source: leptonica | ||
Version: 1.76.0-1 | ||
Version: 1.78.0 | ||
Homepage: https://github.com/DanBloomberg/leptonica | ||
Description: An open source library containing software that is broadly useful for image processing and image analysis applications | ||
Build-Depends: libjpeg-turbo, zlib, libpng, tiff, giflib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
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}) | ||
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}) |