diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-17 12:33:23 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-17 12:33:23 -0400 |
commit | f0bc8a0f71f6cb473718bd5b4079f07d1d37add1 (patch) | |
tree | 7f1976849eb72e5d71798e936cb0518994872ee5 /indra/cmake/LLPlugin.cmake | |
parent | f368c858cdf005ea37d467c2737c3cf88568f1a6 (diff) |
convert tabs to spaces where they are forbidden
Diffstat (limited to 'indra/cmake/LLPlugin.cmake')
-rw-r--r-- | indra/cmake/LLPlugin.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/LLPlugin.cmake b/indra/cmake/LLPlugin.cmake index 7ee404b9bd..399cb332dd 100644 --- a/indra/cmake/LLPlugin.cmake +++ b/indra/cmake/LLPlugin.cmake @@ -8,7 +8,7 @@ set(LLPLUGIN_INCLUDE_DIRS if (LINUX) # In order to support using ld.gold on linux, we need to explicitely # specify all libraries that llplugin uses. - set(LLPLUGIN_LIBRARIES llplugin pthread) + set(LLPLUGIN_LIBRARIES llplugin pthread) else (LINUX) - set(LLPLUGIN_LIBRARIES llplugin) + set(LLPLUGIN_LIBRARIES llplugin) endif (LINUX) |