summaryrefslogtreecommitdiff
path: root/indra/cmake/APR.cmake
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-09-16 14:54:41 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-09-16 14:54:41 -0400
commitd106f4c15bf1222e595dee1beadd05890f25fc4b (patch)
tree060644460c6d923864feea96f10173737ea26dee /indra/cmake/APR.cmake
parentc7624892b25824e80c79a9c5d7c3ae3f23410fc6 (diff)
parentbee60281847e0d073554b0cd31a080ecad3aa5d1 (diff)
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/cmake/APR.cmake')
-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 b6f1e06edd..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})
+ list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid)
endif (VIEWER)
list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt)
endif (LINUX)