diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-20 08:58:41 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-20 08:58:41 -0700 |
commit | 7d2ed8e60668a69e97c58072377273e035022cd2 (patch) | |
tree | 7e865b3d75a3305cd39388b7ff29010addd26922 /indra/cmake | |
parent | 2ed82d6cce4eb2bb4627234403a722b01063f381 (diff) |
Remove forgotten paren
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLAppearance.cmake | 5 |
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} + ) + |