Merge pull request #6832 from Benitoite/patch-28
link to rth and rth-cli
This commit is contained in:
commit
71f3c8adab
@ -568,7 +568,8 @@ endif()
|
|||||||
# Atomic is required in some builds: #6821
|
# Atomic is required in some builds: #6821
|
||||||
find_package(ATOMIC)
|
find_package(ATOMIC)
|
||||||
if(ATOMIC_FOUND)
|
if(ATOMIC_FOUND)
|
||||||
target_link_libraries(executable ${ATOMIC_LIBRARIES})
|
target_link_libraries(rth ${ATOMIC_LIBRARIES})
|
||||||
|
target_link_libraries(rth-cli ${ATOMIC_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_LTO)
|
if(WITH_LTO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user