summaryrefslogtreecommitdiffstats
path: root/cmake/FindWrapSystemHarfbuzz.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-26 18:32:53 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-26 22:14:48 +0200
commitb0772b41c26dc9e628df520f4e63ac9742ba88b2 (patch)
treee8f4244628cf6dd0ca4d1ebf390b1cef6138fba3 /cmake/FindWrapSystemHarfbuzz.cmake
parentfb5cf5be15781be42f7aca21829937b28b98e955 (diff)
CMake: Display found information in some of the Find modules
Change-Id: I5d92f2f1a552888361a2939577c2b0177c62b596 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake/FindWrapSystemHarfbuzz.cmake')
-rw-r--r--cmake/FindWrapSystemHarfbuzz.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindWrapSystemHarfbuzz.cmake b/cmake/FindWrapSystemHarfbuzz.cmake
index a8dc6a14e6..087c1b070b 100644
--- a/cmake/FindWrapSystemHarfbuzz.cmake
+++ b/cmake/FindWrapSystemHarfbuzz.cmake
@@ -43,3 +43,6 @@ endif()
unset(__harfbuzz_target_name)
unset(__harfbuzz_include_dir)
unset(__harfbuzz_broken_config_file)
+
+include(FindPackageHandleStandardArgs)
+find_package_handle_standard_args(WrapSystemHarfbuzz DEFAULT_MSG WrapSystemHarfbuzz_FOUND)