summaryrefslogtreecommitdiffstats
path: root/cmake/FindWrapRt.cmake
diff options
context:
space:
mode:
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)