Linking atomic explicitly is not needed

This commit is contained in:
Sam Gwydir 2022-09-15 13:53:40 -07:00
parent b19f1b5e3b
commit f1d25aea64
1 changed files with 0 additions and 3 deletions

View File

@ -290,9 +290,6 @@ else()
add_link_options(-stdlib=libc++ -Wl,-build-id=sha1)
endif()
endif()
if (NOT APPLE)
add_link_options(-latomic)
endif()
if (OPEN_FOR_IDE)
add_compile_options(
-Wno-unknown-attributes)