summaryrefslogtreecommitdiffstats
path: root/cmake/FindWrapAtomic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindWrapAtomic.cmake')
-rw-r--r--cmake/FindWrapAtomic.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindWrapAtomic.cmake b/cmake/FindWrapAtomic.cmake
index c65ee1da06..56aa7323bf 100644
--- a/cmake/FindWrapAtomic.cmake
+++ b/cmake/FindWrapAtomic.cmake
@@ -42,3 +42,6 @@ if(HAVE_STDATOMIC_WITH_LIB)
endif()
set(WrapAtomic_FOUND 1)
+
+include(FindPackageHandleStandardArgs)
+find_package_handle_standard_args(WrapAtomic DEFAULT_MSG WrapAtomic_FOUND)