repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git]
/
pkgs
/
by-name
/
pg
/
pgagroal
/
do-not-search-libatomic.patch
blob
7f65205332b8773cdd3bae913bff3293a845645f
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)