Merge pull request #8192 from sfc-gh-sgwydir/FDBCORE-2926
Linking atomic explicitly is not needed
This commit is contained in:
commit
59b04d46cf
|
@ -290,7 +290,8 @@ else()
|
|||
add_link_options(-stdlib=libc++ -Wl,-build-id=sha1)
|
||||
endif()
|
||||
endif()
|
||||
if (NOT APPLE)
|
||||
if (NOT APPLE AND NOT USE_LIBCXX)
|
||||
message(STATUS "Linking libatomic")
|
||||
add_link_options(-latomic)
|
||||
endif()
|
||||
if (OPEN_FOR_IDE)
|
||||
|
|
Loading…
Reference in New Issue