summaryrefslogtreecommitdiffstats
path: root/cmake/FindWrapRt.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/FindWrapRt.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/FindWrapRt.cmake')
-rw-r--r--cmake/FindWrapRt.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindWrapRt.cmake b/cmake/FindWrapRt.cmake
index 6a138d348f..98acf2c0f3 100644
--- a/cmake/FindWrapRt.cmake
+++ b/cmake/FindWrapRt.cmake
@@ -35,3 +35,6 @@ if(HAVE_GETTIME)
target_link_libraries(WrapRt::WrapRt INTERFACE "${LIBRT}")
endif()
endif()
+
+include(FindPackageHandleStandardArgs)
+find_package_handle_standard_args(WrapRt DEFAULT_MSG WrapRt_FOUND)