diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-11-05 18:33:25 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-05 18:33:25 -0700 |
commit | 1a711b3fd5912776424012fcfcb472baf6c195af (patch) | |
tree | c0f27b66d806584e638382d4d9f247295cfc3008 /indra/viewer_components | |
parent | d1c365e7b79c91a51b847535d8df0d804af5ae70 (diff) |
"Fix" for linux link errors due to library ordering problems on the linker command line.
Diffstat (limited to 'indra/viewer_components')
-rw-r--r-- | indra/viewer_components/updater/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/CMakeLists.txt b/indra/viewer_components/updater/CMakeLists.txt index 64a0f98c2a..563b64655d 100644 --- a/indra/viewer_components/updater/CMakeLists.txt +++ b/indra/viewer_components/updater/CMakeLists.txt @@ -49,7 +49,6 @@ target_link_libraries(llupdaterservice ${LLMESSAGE_LIBRARIES} ${LLPLUGIN_LIBRARIES} ${LLVFS_LIBRARIES} - ${CURL_LIBRARIES} ) if(LL_TESTS) |