diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 12:00:44 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 12:00:44 +0100 |
commit | 200e8839d7c0336a70363fba04ec9ebb5f83bb6f (patch) | |
tree | 906ff3de5eba7f49e6bcfff657d012fe595bc7d8 | |
parent | a2fb3fabc7926dd105393391f334baa78f232640 (diff) |
Massage the SNOW-606 fix to try to make everything (incl. our build machine...) happy.
-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) |