diff options
author | Rider Linden <rider@lindenlab.com> | 2015-12-18 15:06:24 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-12-18 15:06:24 -0800 |
commit | 7900e2ee77c4ebe2bf1f74eb5a8944573a10713e (patch) | |
tree | 496652b72441e598db56903a65d30c09625f8d4d /indra/cmake | |
parent | 909e4097433ab8e84a19e2119a9ecf05b3eebe64 (diff) |
Another rt link for linux
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | indra/cmake/Boost.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index d239e1f3b0..88af9a1513 100755 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -126,5 +126,6 @@ endif (USESYSTEMLIBS) if (LINUX) set(BOOST_SYSTEM_LIBRARY ${BOOST_SYSTEM_LIBRARY} rt) + set(BOOST_SYSTEM_LIBRARY ${BOOST_THREAD_LIBRARY} rt) endif (LINUX) |