summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2021-06-29 18:56:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-06-29 18:56:36 +0000
commita2e18f10eb437ee3f26ecd19af527be9f663a358 (patch)
tree19b9a28b8d37f5c52827df316a6de8482b2e44cc
parente1a8d4f3feea780486a5e730f229d3e5d3f288f0 (diff)
parent97adbba51326e3920c5d8f46d4ffdc937982835e (diff)
downloadlibwebp-a2e18f10eb437ee3f26ecd19af527be9f663a358.tar.gz
Merge "WebPConfig.config.in: correct WEBP_INCLUDE_DIRS" into main
-rw-r--r--cmake/WebPConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/WebPConfig.cmake.in b/cmake/WebPConfig.cmake.in
index bb221644..822fc592 100644
--- a/cmake/WebPConfig.cmake.in
+++ b/cmake/WebPConfig.cmake.in
@@ -5,7 +5,7 @@ set(WEBP_VERSION ${WebP_VERSION})
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
-set(WebP_INCLUDE_DIRS "webp")
+set(WebP_INCLUDE_DIRS "@CMAKE_INSTALL_FULL_INCLUDEDIR@")
set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIRS})
set(WebP_LIBRARIES "@INSTALLED_LIBRARIES@")
set(WEBP_LIBRARIES "${WebP_LIBRARIES}")