summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-11 17:34:53 -0700
committerRider Linden <rider@lindenlab.com>2015-09-11 17:34:53 -0700
commitf2da6ec2ac7299b62b3c11455356c8c2ab5f2b2b (patch)
tree3fde687b789ffec57940dd407c45bcd68ab8d8e3 /indra/newview/CMakeLists.txt
parentc8f41d200ff163c6167c27b86a0f93b7a5d5dcd9 (diff)
Bit of cleanup around Translation and remove httpassetstorage
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-xindra/newview/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 979b182662..7eb4174b7f 100755
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2224,7 +2224,7 @@ if (LL_TESTS)
# llmediadataclient.cpp
lllogininstance.cpp
# llremoteparcelrequest.cpp
- lltranslate.cpp
+# lltranslate.cpp
llviewerhelputil.cpp
llversioninfo.cpp
llworldmap.cpp
@@ -2245,11 +2245,11 @@ if (LL_TESTS)
${CURL_LIBRARIES}
)
- set_source_files_properties(
- lltranslate.cpp
- PROPERTIES
- LL_TEST_ADDITIONAL_LIBRARIES "${test_libs}"
- )
+# set_source_files_properties(
+# lltranslate.cpp
+# PROPERTIES
+# LL_TEST_ADDITIONAL_LIBRARIES "${test_libs}"
+# )
set_source_files_properties(
llmediadataclient.cpp