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/cmake | |
parent | 52108f7472740f3e3a2e7fecf2296ad280af1360 (diff) |
Use target_link_libraries for llcommon
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLCommon.cmake | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/indra/cmake/LLCommon.cmake b/indra/cmake/LLCommon.cmake index f4b251ebc8..410766e4f9 100644 --- a/indra/cmake/LLCommon.cmake +++ b/indra/cmake/LLCommon.cmake @@ -12,10 +12,4 @@ set(LLCOMMON_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ) -set(LLCOMMON_LIBRARIES - llcommon - ${APRUTIL_LIBRARIES} - ${APR_LIBRARIES} - ${EXPAT_LIBRARIES} - ${ZLIB_LIBRARIES} - ) +set(LLCOMMON_LIBRARIES llcommon) |