summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-25 13:32:49 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-25 13:32:49 -0800
commit18bdeb3d0e5ef4e5b014b41a8003569061e00910 (patch)
treef3165588c8dcb69d448d5823a258e8564e796211 /indra
parent9d77473b78e3c869e1692f3b402432361613aa37 (diff)
DEV-45468 'SNOW-108: Fast timers are broken / badly-scaled on linux' ready to merge.
legacy coding policy fix-up.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 05e45d6d8a..9ead183a9e 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -250,7 +250,7 @@ list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES})
if(LLCOMMON_LINK_SHARED)
add_library (llcommon SHARED ${llcommon_SOURCE_FILES})
- ll_stage_sharedlib(llcommon)
+ ll_stage_sharedlib(llcommon)
else(LLCOMMON_LINK_SHARED)
add_library (llcommon ${llcommon_SOURCE_FILES})
endif(LLCOMMON_LINK_SHARED)