diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-03-01 02:59:15 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-03-01 02:59:15 +0200 |
commit | fa9d4927f45f868573d95d670652c561d50a0de7 (patch) | |
tree | 816639620f4308300d8d5b20a9356d43bac0d8f0 /indra/cmake/APR.cmake | |
parent | 201f83472c604e837b40c12f3750602e30d79d0b (diff) | |
parent | 43031968a653899f62755b6d7b7e28b7fedc24d9 (diff) |
Merge remote-tracking branch 'NickyD/viewer-cleanup:master' into DRTVWR-543-maint
# Conflicts:
# autobuild.xml
Diffstat (limited to 'indra/cmake/APR.cmake')
-rw-r--r-- | indra/cmake/APR.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/cmake/APR.cmake b/indra/cmake/APR.cmake index 1a01671002..9b64bc6160 100644 --- a/indra/cmake/APR.cmake +++ b/indra/cmake/APR.cmake @@ -1,4 +1,3 @@ -include(BerkeleyDB) include(Linking) include(Prebuilt) @@ -49,7 +48,7 @@ else (USESYSTEMLIBS) set(APR_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/apr-1) if (LINUX) - list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid) - list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt) + list(APPEND APRUTIL_LIBRARIES uuid) + list(APPEND APRUTIL_LIBRARIES rt) endif (LINUX) endif (USESYSTEMLIBS) |