summaryrefslogtreecommitdiff
path: root/indra/cmake/APR.cmake
diff options
context:
space:
mode:
authorKyle Ambroff <ambroff@lindenlab.com>2008-12-05 23:07:19 +0000
committerKyle Ambroff <ambroff@lindenlab.com>2008-12-05 23:07:19 +0000
commita88951185154d8ce988779fdc3e419850dd9b52a (patch)
tree5d9a3b908b811090afa5e64f31f29b381be9d980 /indra/cmake/APR.cmake
parent2db8e83bcacef815a69fbb79430dc3431e5dedfe (diff)
Don't link the simulator with iconv.dll on Windows.
Diffstat (limited to 'indra/cmake/APR.cmake')
-rw-r--r--indra/cmake/APR.cmake6
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/cmake/APR.cmake b/indra/cmake/APR.cmake
index 2acf07141b..2563a98c52 100644
--- a/indra/cmake/APR.cmake
+++ b/indra/cmake/APR.cmake
@@ -23,10 +23,8 @@ else (STANDALONE)
debug ${ARCH_PREBUILT_DIRS_DEBUG}/aprutil-1.lib
optimized ${ARCH_PREBUILT_DIRS_RELEASE}/aprutil-1.lib
)
- set(APRICONV_LIBRARIES
- debug ${ARCH_PREBUILT_DIRS_DEBUG}/iconv.dll
- optimized ${ARCH_PREBUILT_DIRS_RELEASE}/iconv.dll
- )
+ # Doesn't need to link with iconv.dll
+ set(APRICONV_LIBRARIES "")
elseif (DARWIN)
set(APR_LIBRARIES
debug ${ARCH_PREBUILT_DIRS_DEBUG}/libapr-1.a