diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-17 14:31:02 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-17 14:31:02 +0000 |
commit | 33a3a0d156c3664dc9a61353c7b63f9343b0d1f5 (patch) | |
tree | 7ff3950c671798cd50b2f27eada3732c78ef81cd | |
parent | 221885fc73c29cfc8600c9f892d19ca068e886b0 (diff) |
follow-up to previous fix - don't link to librt twice.
-rw-r--r-- | indra/cmake/APR.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/APR.cmake b/indra/cmake/APR.cmake index 9d1269b33d..180504d286 100644 --- a/indra/cmake/APR.cmake +++ b/indra/cmake/APR.cmake @@ -56,7 +56,7 @@ else (STANDALONE) if (LINUX) if (VIEWER) - list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid rt) + list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid) endif (VIEWER) list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt) endif (LINUX) |