diff options
| author | Don Kjer <don@lindenlab.com> | 2012-09-12 21:58:21 +0000 | 
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2012-09-12 21:58:21 +0000 | 
| commit | 7ff613a7f1833d8b4edfa78894cae57e887bd7af (patch) | |
| tree | f46e1ef7786a966ca91dd4631b1f5171bfc154f1 /indra | |
| parent | c34329fa4c8cc5adbad15d8e8f00296c71016a02 (diff) | |
Fix for link errors on linux
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/appearance_utility/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | indra/llvfs/CMakeLists.txt | 1 | 
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) | 
