Cmake: wrong public macro WEBP_INCLUDE_DIRS

Change-Id: I2220e5a094fe7ca6274e654bcedb6cca194663eb
This commit is contained in:
Frank 2023-08-16 09:28:26 +00:00 committed by Vincent Rabaud
parent dce8397fec
commit 57c58105f3

View File

@ -11,7 +11,8 @@ endif()
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
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_INCLUDE_DIRS ${WebP_INCLUDE_DIR})
set(WebP_LIBRARIES "@INSTALLED_LIBRARIES@")
set(WEBP_LIBRARIES "${WebP_LIBRARIES}")