Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / pg / pgagroal / do-not-search-libatomic.patch
blob7f65205332b8773cdd3bae913bff3293a845645f
1 --- i/CMakeLists.txt
2 +++ w/CMakeLists.txt
3 @@ -78,12 +78,6 @@
4 endif()
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()
14 find_package(Systemd)
15 if (SYSTEMD_FOUND)