diff options
Diffstat (limited to 'cmake/modules/FindWaylandProtocolsWebOS.cmake')
-rw-r--r-- | cmake/modules/FindWaylandProtocolsWebOS.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/FindWaylandProtocolsWebOS.cmake b/cmake/modules/FindWaylandProtocolsWebOS.cmake index 34ec5b4ec7..979c34d660 100644 --- a/cmake/modules/FindWaylandProtocolsWebOS.cmake +++ b/cmake/modules/FindWaylandProtocolsWebOS.cmake @@ -12,8 +12,8 @@ if(PKG_CONFIG_FOUND) endif() find_path(WAYLAND_PROTOCOLS_WEBOS_PROTOCOLDIR NAMES wayland-webos/webos-shell.xml - PATHS ${DEPENDS_PATH}/share) - + PATHS ${DEPENDS_PATH}/share) + include(FindPackageHandleStandardArgs) find_package_handle_standard_args(WaylandProtocolsWebOS REQUIRED_VARS WAYLAND_PROTOCOLS_WEBOS_PROTOCOLDIR |