diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 21:18:49 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 21:18:49 +0000 |
commit | 8279f93f4dbaa918bdfca54c96023080055d84e9 (patch) | |
tree | 2cfd7d7c3fd9423ae7c72a1e6928b6bb7e8ff42a /indra/newview | |
parent | 52108f7472740f3e3a2e7fecf2296ad280af1360 (diff) |
Use target_link_libraries for llcommon
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index b0663c1d3b..9a01a84de8 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1388,7 +1388,6 @@ target_link_libraries(secondlife-bin ${QUICKTIME_LIBRARY} ${WINDOWS_LIBRARIES} ${XMLRPCEPI_LIBRARIES} - ${ZLIB_LIBRARIES} ${ELFIO_LIBRARIES} ) |