aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindWayland.cmake
diff options
context:
space:
mode:
authorAlex Richardson <arichardson.kde@gmail.com>2016-01-13 13:54:04 +0000
committerAlex Richardson <arichardson.kde@gmail.com>2016-01-13 13:54:04 +0000
commitf7a936b8fea2acfb564e785274526bec888106b6 (patch)
tree198c26547fc8fa2eb3b46fa09243336ba9733b5a /find-modules/FindWayland.cmake
parentf5126a3ef0a0876f51d6b9ae3d093a930ca1cbf5 (diff)
downloadextra-cmake-modules-f7a936b8fea2acfb564e785274526bec888106b6.tar.gz
extra-cmake-modules-f7a936b8fea2acfb564e785274526bec888106b6.tar.bz2
Add a FindPoppler module
At least Okular and KBibTex include a FindPoppler.cmake module but this one uses the new ECMFindModuleHelpers and has imported targets. REVIEW: 126183
Diffstat (limited to 'find-modules/FindWayland.cmake')
-rw-r--r--find-modules/FindWayland.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/find-modules/FindWayland.cmake b/find-modules/FindWayland.cmake
index c5a56c16..233cc88d 100644
--- a/find-modules/FindWayland.cmake
+++ b/find-modules/FindWayland.cmake
@@ -17,7 +17,7 @@
# components searched for or found:
#
# ``Wayland_FOUND``
-# True if (the requestion version of) Wayland is available
+# TRUE if (the requested version of) Wayland is available
# ``Wayland_VERSION``
# Found Wayland version
# ``Wayland_TARGETS``
@@ -34,8 +34,8 @@
# used for linking
#
# For each searched-for components, ``Wayland_<component>_FOUND`` will be set to
-# true if the corresponding Wayland library was found, and false otherwise. If
-# ``Wayland_<component>_FOUND`` is true, the imported target
+# TRUE if the corresponding Wayland library was found, and FALSE otherwise. If
+# ``Wayland_<component>_FOUND`` is TRUE, the imported target
# ``Wayland::<component>`` will be defined. This module will also attempt to
# determine ``Wayland_*_VERSION`` variables for each imported target, although
# ``Wayland_VERSION`` should normally be sufficient.