summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-16 22:08:40 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-16 22:08:40 +0200
commit3ac18ad9932b4e2fda8e850bd18a524fb1593520 (patch)
tree5ab46d60fa5dbaee94a11159d0c55012bc9ba79d /indra/test
parent2c3507a9d2a32749df695ee04f7612c3049c86c8 (diff)
Streamline bugsplat target:
- Fix usage of bugsplat::bugsplat by using ll::bugsplat - Use bugsplat define by importing target not by using hand crafted magic
Diffstat (limited to 'indra/test')
-rw-r--r--indra/test/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt
index 23f80d1ef9..aae299e6ca 100644
--- a/indra/test/CMakeLists.txt
+++ b/indra/test/CMakeLists.txt
@@ -60,10 +60,6 @@ list(APPEND test_SOURCE_FILES ${test_HEADER_FILES})
add_executable(lltest ${test_SOURCE_FILES})
-if (USE_BUGSPLAT)
- set_target_properties(lltest PROPERTIES COMPILE_DEFINITIONS "${BUGSPLAT_DEFINE}")
-endif (USE_BUGSPLAT)
-
target_link_libraries(lltest
llinventory
llmessage