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.
[libwebp] Fix target include files (microsoft#33212)
* [libwebp] Fix target include files * version
- Loading branch information
1 parent
cf37b65
commit e4abb6d
Showing
5 changed files
with
21 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/cmake/WebPConfig.cmake.in b/cmake/WebPConfig.cmake.in | ||
index 74a5891..4c084d9 100644 | ||
--- a/cmake/WebPConfig.cmake.in | ||
+++ b/cmake/WebPConfig.cmake.in | ||
@@ -11,7 +11,7 @@ endif() | ||
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | ||
|
||
set_and_check(WebP_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@") | ||
-set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIRS}) | ||
+set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIR}) | ||
set(WebP_LIBRARIES "") | ||
include(SelectLibraryConfigurations) | ||
foreach(_vcpkg_libwebp_lib IN ITEMS @INSTALLED_LIBRARIES@ sharpyuv) |
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
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