diff options
| author | Christian Goetze <cg@lindenlab.com> | 2009-04-30 06:52:38 +0000 |
|---|---|---|
| committer | Christian Goetze <cg@lindenlab.com> | 2009-04-30 06:52:38 +0000 |
| commit | 4bcbf3342284b19ff5fbda5a16a43a8cafb3baad (patch) | |
| tree | 122215d08d5802a7ee1e0bf5c5f341715677898b /indra/cmake/APR.cmake | |
| parent | d5aad9ebc33059b34d42595d03fa4cba6b16ca9b (diff) | |
svn merge -r118008:118374 svn+ssh://svn.lindenlab.com/svn/linden/branches/cg/viewer-etch-1
QAR-1459 etch builds enabled
Diffstat (limited to 'indra/cmake/APR.cmake')
| -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 25ee364db8..0755aeee03 100644 --- a/indra/cmake/APR.cmake +++ b/indra/cmake/APR.cmake @@ -43,6 +43,6 @@ else (STANDALONE) set(APR_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/apr-1) if (LINUX AND VIEWER) - list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES}) + list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid) endif (LINUX AND VIEWER) endif (STANDALONE) |
