Formatting
This commit is contained in:
parent
4ecf58adff
commit
9f1fda554c
|
@ -201,7 +201,7 @@ else()
|
|||
add_compile_options()
|
||||
# Clang has link errors unless `atomic` is specifically requested.
|
||||
if(NOT APPLE)
|
||||
add_link_options(-latomic)
|
||||
add_link_options(-latomic)
|
||||
endif()
|
||||
if (APPLE OR USE_LIBCXX)
|
||||
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-stdlib=libc++>)
|
||||
|
|
Loading…
Reference in New Issue