summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/appearance_utility/CMakeLists.txt1
-rw-r--r--indra/llvfs/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/appearance_utility/CMakeLists.txt b/indra/appearance_utility/CMakeLists.txt
index efca51bd9f..3c6d30b124 100644
--- a/indra/appearance_utility/CMakeLists.txt
+++ b/indra/appearance_utility/CMakeLists.txt
@@ -56,7 +56,6 @@ target_link_libraries(appearance-utility-bin
${LLUI_LIBRARIES}
${UI_LIBRARIES}
${LLIMAGE_LIBRARIES}
- ${LLCOMMON_LIBRARIES}
${LLKDU_LIBRARIES}
${KDU_LIBRARY}
)
diff --git a/indra/llvfs/CMakeLists.txt b/indra/llvfs/CMakeLists.txt
index 261d666548..a819d12861 100644
--- a/indra/llvfs/CMakeLists.txt
+++ b/indra/llvfs/CMakeLists.txt
@@ -69,7 +69,6 @@ set(vfs_BOOST_LIBRARIES
target_link_libraries(llvfs
${vfs_BOOST_LIBRARIES}
- ${LLCOMMON_LIBRARIES}
)
if (DARWIN)