summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-09 13:35:32 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-09 13:35:32 +0100
commit989b8cf6b23686285bb111fe78d14e76c92e1a36 (patch)
tree8a45415f37f20ade3ee86488021466ca17976524
parent200e8839d7c0336a70363fba04ec9ebb5f83bb6f (diff)
Backed out changeset dfb1d2c23122
-rw-r--r--indra/cmake/APR.cmake2
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)