diff options
author | Rider Linden <rider@lindenlab.com> | 2015-12-18 13:53:03 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-12-18 13:53:03 -0800 |
commit | b98469bd7db06973e6058118551e500dc094d3c0 (patch) | |
tree | f919aac17afcdd01734ce46652069651c5bad4d9 /indra/cmake/Boost.cmake | |
parent | 6fca0eaa00f4469a3db06f0ec8c88ba8b58b5647 (diff) |
Disable unit test on Linux only
Diffstat (limited to 'indra/cmake/Boost.cmake')
-rwxr-xr-x | indra/cmake/Boost.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 25e54b7cbd..d239e1f3b0 100755 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -123,3 +123,8 @@ else (USESYSTEMLIBS) debug boost_thread-mt-d) endif (WINDOWS) endif (USESYSTEMLIBS) + +if (LINUX) + set(BOOST_SYSTEM_LIBRARY ${BOOST_SYSTEM_LIBRARY} rt) +endif (LINUX) + |