diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 13:35:42 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 13:35:42 +0100 |
commit | 832b548568326eaa1b66afcd35c9f7bea355b69b (patch) | |
tree | 7c2be7be560dd143c8eae3741de9c7bf289a8a95 | |
parent | 4c667a105132c4a3b6465ae6dfac979b51d3d285 (diff) | |
parent | 989b8cf6b23686285bb111fe78d14e76c92e1a36 (diff) |
merge backout.
-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 180504d286..b6f1e06edd 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) + list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES}) endif (VIEWER) list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt) endif (LINUX) |