summaryrefslogtreecommitdiff
path: root/indra/cmake/APR.cmake
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-09-08 13:38:25 -0400
committerLoren Shih <seraph@lindenlab.com>2010-09-08 13:38:25 -0400
commit1df1c36f364d5789bdd6be4200ec45dfd6ac3b9e (patch)
tree8bf2627b5d517f22490d0af91722adc40ef22b3b /indra/cmake/APR.cmake
parent5b017f14bc323256adf29af9396bb7d22ebcf731 (diff)
parenta2fb3fabc7926dd105393391f334baa78f232640 (diff)
merge up from viewer-development
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 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)