diff options
| -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 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) | 
