Skip to content

Commit 4aa5ad0

Browse files
committed
++ find atomic and unwind
1 parent 0a80649 commit 4aa5ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/modules/Findatomic.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
find_library(ATOMIC_LIBRARY
9-
NAMES atomic
9+
NAMES atomic libatomic
1010
HINTS ${ATOMIC_ROOT}
1111
PATH_SUFFIXES ${CMAKE_INSTALL_LIBDIR})
1212

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-
REQUIRED_VARS UNWIND_INCLUDE_DIR UNWIND_LIBRARY
30+
FOUND_VAR UNWIND_INCLUDE_DIR UNWIND_LIBRARY
3131
)
3232

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

0 commit comments

Comments
 (0)