diff options
author | Rider Linden <none@none> | 2015-04-02 15:58:24 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-02 15:58:24 -0700 |
commit | bd69aa7be2aa23c991278c80f1ad6a339a541ff9 (patch) | |
tree | ad8e77f47980a15b5095594e80fa63174c5b357d /indra/llmessage | |
parent | ca6087ea208517cce2e1aea3dd3ed1e191ac1afd (diff) |
Linux linker order.
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-x | indra/llmessage/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 56bcf76ee8..f6ca6a3634 100755 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -245,18 +245,9 @@ if (LL_TESTS) # set(TEST_DEBUG on) -if (LINUX) - # llcommon uses `clock_gettime' which is provided by librt on linux. - set(LIBRT_LIBRARY - rt - ) -#else - set (LIBRT_LIBRARY ) -endif (LINUX) set(test_libs ${WINDOWS_LIBRARIES} - ${LIBRT_LIBRARY} ${LLVFS_LIBRARIES} ${LLMATH_LIBRARIES} ${CURL_LIBRARIES} |