summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2008-09-02 21:24:31 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2008-09-02 21:24:31 +0000
commit2ba3b22a20aa21863555c5f3d754cffbc912322e (patch)
tree8fee560f1c872e34cdb3e2672d5cad855e90d9e9 /indra
parentfa11307d6106ca0b889c31d2c7707303bb142113 (diff)
Don't link llcommon against iconv yet.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 6ef7b82ebb..4001e1f0c5 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -190,7 +190,6 @@ add_library (llcommon ${llcommon_SOURCE_FILES})
target_link_libraries(
llcommon
${APRUTIL_LIBRARIES}
- ${APRICONV_LIBRARIES}
${APR_LIBRARIES}
${EXPAT_LIBRARIES}
${ZLIB_LIBRARIES}