Skip to content

Commit 619c2f9

Browse files
committed
++ find unwind
1 parent 4aa5ad0 commit 619c2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/Findunwind.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include (FindPackageHandleStandardArgs)
2727
# handle the QUIETLY and REQUIRED arguments and set Unwind_FOUND to TRUE
2828
# if all listed variables are TRUE
2929
find_package_handle_standard_args (unwind
30-
FOUND_VAR UNWIND_INCLUDE_DIR UNWIND_LIBRARY
30+
REQUIRED_VARS UNWIND_INCLUDE_DIR UNWIND_LIBRARY
3131
)
3232

3333
if (UNWIND_FOUND AND NOT TARGET unwind::unwind)

0 commit comments

Comments
 (0)