aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/FindWaylandProtocolsWebOS.cmake
diff options
context:
space:
mode:
authorMarkus Härer <markus.haerer@gmx.net>2024-03-09 17:59:05 +0100
committerGitHub <noreply@github.com>2024-03-09 17:59:05 +0100
commit4ddc576847c1ce6cc24d0957ab0abf50bcba07c8 (patch)
tree7b222da11e5039108f710fe283b7bbed2044cc21 /cmake/modules/FindWaylandProtocolsWebOS.cmake
parent4a9cb641fb9a418e9c93732155e2fe29c2f74e9a (diff)
parent5f6b42fd111b28d5571923152c47e7094de5e3cd (diff)
Merge pull request #24755 from fuzzard/cmake_fixups_standardisation
[cmake] Find Module cleanup and modernisation
Diffstat (limited to 'cmake/modules/FindWaylandProtocolsWebOS.cmake')
-rw-r--r--cmake/modules/FindWaylandProtocolsWebOS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindWaylandProtocolsWebOS.cmake b/cmake/modules/FindWaylandProtocolsWebOS.cmake
index 041ea2bffa..1358ad7737 100644
--- a/cmake/modules/FindWaylandProtocolsWebOS.cmake
+++ b/cmake/modules/FindWaylandProtocolsWebOS.cmake
@@ -9,7 +9,7 @@
find_path(WAYLANDPROTOCOLSWEBOS_PROTOCOLSDIR NAMES webos-shell.xml
PATH_SUFFIXES wayland-webos
- PATHS ${DEPENDS_PATH}/share
+ HINTS ${DEPENDS_PATH}/share
REQUIRED)
include(FindPackageMessage)