summaryrefslogtreecommitdiffstats
path: root/cmake/FindWrapSystemFreetype.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/FindWrapSystemFreetype.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/FindWrapSystemFreetype.cmake')
-rw-r--r--cmake/FindWrapSystemFreetype.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/FindWrapSystemFreetype.cmake b/cmake/FindWrapSystemFreetype.cmake
index 22020d0a89..41c669b973 100644
--- a/cmake/FindWrapSystemFreetype.cmake
+++ b/cmake/FindWrapSystemFreetype.cmake
@@ -33,3 +33,5 @@ if(Freetype_FOUND)
endforeach()
endif()
+include(FindPackageHandleStandardArgs)
+find_package_handle_standard_args(WrapSystemFreetype DEFAULT_MSG WrapSystemFreetype_FOUND)