summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2009-06-23 17:58:51 -0700
committerMark Palange (Mani) <palange@lindenlab.com>2009-06-23 17:58:51 -0700
commit9b86d4c12f5f29d0bca5354d4e1ac6b5c828a327 (patch)
tree8817ac78ec94cbb3938d6932cb164acadee406d8 /indra/llmessage
parent85e326e7c74268fec4902b9b8b33a310f8c49a42 (diff)
Removed conflict markers (ie. <<<<<<<) in llmessage/CMakeLists.txt
Copied snprintf declaration in llstring from login-api-3
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt
index 3fa6454255..67a171dde6 100644
--- a/indra/llmessage/CMakeLists.txt
+++ b/indra/llmessage/CMakeLists.txt
@@ -229,12 +229,5 @@ IF (NOT LINUX AND VIEWER)
# llareslistener.cpp
)
LL_ADD_PROJECT_UNIT_TESTS(llmessage "${llmessage_TEST_SOURCE_FILES}")
-
-<<<<<<< local
- # Commented out - see rationale at bottom of newview's build file + poppy 2009-06-05
- # Don't make llmessage depend on llsdmessage_test because ADD_COMM_BUILD_TEST depends on llmessage!
- # ADD_COMM_BUILD_TEST(llsdmessage "" "${CMAKE_CURRENT_SOURCE_DIR}/tests/test_llsdmessage_peer.py")
-# ADD_BUILD_TEST(llareslistener llmessage)
-=======
->>>>>>> other
+
ENDIF (NOT LINUX AND VIEWER)