summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-18 15:21:23 -0700
committerRider Linden <rider@lindenlab.com>2015-08-18 15:21:23 -0700
commitd21c94d9a3554ebe4ed92afcbf583105ad93cdad (patch)
tree3afc3ddb02b365e65ea81fa2892bd939d9b8a194 /indra/viewer_components
parentf96237c963665201b01e565db4c69e6ca9a8c8f1 (diff)
parent6ff09fa393995d67679faaaf765d22cb9a8b3f7f (diff)
Merge
Diffstat (limited to 'indra/viewer_components')
-rwxr-xr-xindra/viewer_components/login/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt
index 90ba27f064..391bc3119b 100755
--- a/indra/viewer_components/login/CMakeLists.txt
+++ b/indra/viewer_components/login/CMakeLists.txt
@@ -60,7 +60,7 @@ if(LL_TESTS)
set_source_files_properties(
lllogin.cpp
PROPERTIES
- LL_TEST_ADDITIONAL_LIBRARIES "${LLMESSAGE_LIBRARIES} ${LLCOREHTTP_LIBRARIES} ${LLCOMMON_LIBRARIES} ${BOOST_COROUTINE_LIBRARY};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_SYSTEM_LIBRARY}"
+ LL_TEST_ADDITIONAL_LIBRARIES "${LLMESSAGE_LIBRARIES};${LLCOREHTTP_LIBRARIES};${LLCOMMON_LIBRARIES};${BOOST_COROUTINE_LIBRARY};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_SYSTEM_LIBRARY}"
)
LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}")