From f7a936b8fea2acfb564e785274526bec888106b6 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 13 Jan 2016 13:54:04 +0000 Subject: 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 --- find-modules/FindWayland.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'find-modules/FindWayland.cmake') 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__FOUND`` will be set to -# true if the corresponding Wayland library was found, and false otherwise. If -# ``Wayland__FOUND`` is true, the imported target +# TRUE if the corresponding Wayland library was found, and FALSE otherwise. If +# ``Wayland__FOUND`` is TRUE, the imported target # ``Wayland::`` will be defined. This module will also attempt to # determine ``Wayland_*_VERSION`` variables for each imported target, although # ``Wayland_VERSION`` should normally be sufficient. -- cgit v1.2.1