1--- i/CMakeLists.txt
2+++ w/CMakeLists.txt
3@@ -78,12 +78,6 @@
4 endif()
5
6 if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
7- find_package(Libatomic)
8- if (LIBATOMIC_FOUND)
9- message(STATUS "libatomic found")
10- else ()
11- message(FATAL_ERROR "libatomic needed")
12- endif()
13
14 find_package(Systemd)
15 if (SYSTEMD_FOUND)