[CMake Linux] Only include pthread and rt in target_link_libraries for ld.gold support (Alchemy sync)

Fixes CMake warnings on Linux
This commit is contained in:
Router Gray
2019-12-20 16:37:39 -06:00
parent 0496374328
commit c68e00730e
5 changed files with 6 additions and 17 deletions

View File

@@ -300,6 +300,7 @@ target_link_libraries(
${Boost_SYSTEM_LIBRARY}
${CORESERVICES_LIBRARY}
${URIPARSER_LIBRARY}
${RT_LIBRARY}
)
if (DARWIN)