summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-04-28 16:50:42 -0700
committerRider Linden <none@none>2015-04-28 16:50:42 -0700
commit39d62529269d0e19ec3f43999b69e9c33ac748c2 (patch)
tree70599727782bae59b93756a855de8bcb2005ba45 /indra/newview/CMakeLists.txt
parentda32de179d50d85cd815c545282d274d18c9dc3e (diff)
Convert some elements to STL
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-xindra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 13436ecb16..c9bcd17d96 100755
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2352,7 +2352,7 @@ if (LL_TESTS)
${BOOST_COROUTINE_LIBRARY}
)
- LL_ADD_INTEGRATION_TEST(llsechandler_basic
+ LL_ADD_INTEGRATION_TEST(llsechandler_basic
llsechandler_basic.cpp
"${test_libs}"
)