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 0a80649 commit 4aa5ad0Copy full SHA for 4aa5ad0
cmake/modules/Findatomic.cmake
@@ -6,7 +6,7 @@
6
#
7
8
find_library(ATOMIC_LIBRARY
9
- NAMES atomic
+ NAMES atomic libatomic
10
HINTS ${ATOMIC_ROOT}
11
PATH_SUFFIXES ${CMAKE_INSTALL_LIBDIR})
12
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
- REQUIRED_VARS UNWIND_INCLUDE_DIR UNWIND_LIBRARY
+ FOUND_VAR UNWIND_INCLUDE_DIR UNWIND_LIBRARY
31
)
32
33
if (UNWIND_FOUND AND NOT TARGET unwind::unwind)
0 commit comments