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 619c2f9 commit e3bf3a0Copy full SHA for e3bf3a0
cmake/modules/Findatomic.cmake
@@ -6,9 +6,9 @@
6
#
7
8
find_library(ATOMIC_LIBRARY
9
- NAMES atomic libatomic
+ NAMES atomic libatomic.so.1
10
HINTS ${ATOMIC_ROOT}
11
- PATH_SUFFIXES ${CMAKE_INSTALL_LIBDIR})
+ ${CMAKE_INSTALL_LIBDIR})
12
13
include(FindPackageHandleStandardArgs)
14
find_package_handle_standard_args (atomic
src/core/CMakeLists.txt
@@ -33,7 +33,7 @@ target_link_libraries(ipfixprobe PRIVATE
33
telemetry::appFs
34
spdlog::spdlog
35
pthread
36
- atomic
+ atomic::atomic
37
unwind::unwind
38
#ipfixprobe-storage-cache
39
#ipfixprobe-process-basicplus
0 commit comments