diff options
Diffstat (limited to 'linden/indra/cmake/LLCommon.cmake')
-rw-r--r-- | linden/indra/cmake/LLCommon.cmake | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/linden/indra/cmake/LLCommon.cmake b/linden/indra/cmake/LLCommon.cmake index f4b251e..410766e 100644 --- a/linden/indra/cmake/LLCommon.cmake +++ b/linden/indra/cmake/LLCommon.cmake | |||
@@ -12,10 +12,4 @@ set(LLCOMMON_INCLUDE_DIRS | |||
12 | ${Boost_INCLUDE_DIRS} | 12 | ${Boost_INCLUDE_DIRS} |
13 | ) | 13 | ) |
14 | 14 | ||
15 | set(LLCOMMON_LIBRARIES | 15 | set(LLCOMMON_LIBRARIES llcommon) |
16 | llcommon | ||
17 | ${APRUTIL_LIBRARIES} | ||
18 | ${APR_LIBRARIES} | ||
19 | ${EXPAT_LIBRARIES} | ||
20 | ${ZLIB_LIBRARIES} | ||
21 | ) | ||