Skip to content

Commit e3bf3a0

Browse files
committed
++ find atomic
1 parent 619c2f9 commit e3bf3a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/modules/Findatomic.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77

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

1313
include(FindPackageHandleStandardArgs)
1414
find_package_handle_standard_args (atomic

src/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ target_link_libraries(ipfixprobe PRIVATE
3333
telemetry::appFs
3434
spdlog::spdlog
3535
pthread
36-
atomic
36+
atomic::atomic
3737
unwind::unwind
3838
#ipfixprobe-storage-cache
3939
#ipfixprobe-process-basicplus

0 commit comments

Comments
 (0)