mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-12 23:10:22 +01:00
fix(cmake): remove libatomic dependency
This commit is contained in:
parent
02c86d4cdd
commit
eabfbf14b0
@ -159,7 +159,7 @@ else()
|
||||
target_link_libraries(Foundation PUBLIC ${CMAKE_DL_LIBS} rt Threads::Threads)
|
||||
else()
|
||||
target_compile_definitions(Foundation PUBLIC _XOPEN_SOURCE=500 POCO_HAVE_FD_EPOLL)
|
||||
target_link_libraries(Foundation PUBLIC pthread atomic ${CMAKE_DL_LIBS} rt)
|
||||
target_link_libraries(Foundation PUBLIC pthread ${CMAKE_DL_LIBS} rt)
|
||||
endif()
|
||||
endif(APPLE)
|
||||
endif(UNIX AND NOT ANDROID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user