We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa5ad0 commit 619c2f9Copy full SHA for 619c2f9
cmake/modules/Findunwind.cmake
@@ -27,7 +27,7 @@ include (FindPackageHandleStandardArgs)
27
# handle the QUIETLY and REQUIRED arguments and set Unwind_FOUND to TRUE
28
# if all listed variables are TRUE
29
find_package_handle_standard_args (unwind
30
- FOUND_VAR UNWIND_INCLUDE_DIR UNWIND_LIBRARY
+ REQUIRED_VARS UNWIND_INCLUDE_DIR UNWIND_LIBRARY
31
)
32
33
if (UNWIND_FOUND AND NOT TARGET unwind::unwind)
0 commit comments