summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-20 08:58:41 -0700
committerRider Linden <rider@lindenlab.com>2015-08-20 08:58:41 -0700
commit7d2ed8e60668a69e97c58072377273e035022cd2 (patch)
tree7e865b3d75a3305cd39388b7ff29010addd26922 /indra
parent2ed82d6cce4eb2bb4627234403a722b01063f381 (diff)
Remove forgotten paren
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/LLAppearance.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/cmake/LLAppearance.cmake b/indra/cmake/LLAppearance.cmake
index 0ad2c1d4ed..ae265d07e3 100644
--- a/indra/cmake/LLAppearance.cmake
+++ b/indra/cmake/LLAppearance.cmake
@@ -20,7 +20,8 @@ set(LLAPPEARANCE_LIBRARIES llappearance
llcorehttp
${BOOST_COROUTINE_LIBRARY}
${BOOST_CONTEXT_LIBRARY}
- ${BOOST_SYSTEM_LIBRARY})
-)
+ ${BOOST_SYSTEM_LIBRARY}
+ )
+