summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2018-09-07 09:13:57 -0400
committerOz Linden <oz@lindenlab.com>2018-09-07 09:13:57 -0400
commit9fd463bd9496ba5d97abec6ee75b9c0c089aa69d (patch)
treec46f2f1d53841e14395a6e4f3079eba9cc122a7c /indra/llplugin
parent9f27bff9fb82aa56fd61f95dc57fca1e119ef767 (diff)
remove only-partially-successful attempt to put teamcity blocks around targets
Diffstat (limited to 'indra/llplugin')
-rw-r--r--indra/llplugin/CMakeLists.txt1
-rw-r--r--indra/llplugin/slplugin/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/llplugin/CMakeLists.txt b/indra/llplugin/CMakeLists.txt
index 9d79eabbb3..5cc129a267 100644
--- a/indra/llplugin/CMakeLists.txt
+++ b/indra/llplugin/CMakeLists.txt
@@ -65,7 +65,6 @@ endif(NOT ADDRESS_SIZE EQUAL 32)
list(APPEND llplugin_SOURCE_FILES ${llplugin_HEADER_FILES})
add_library (llplugin ${llplugin_SOURCE_FILES})
-buildscripts_block(llplugin)
add_subdirectory(slplugin)
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt
index 3a9d661ff6..33520ad64c 100644
--- a/indra/llplugin/slplugin/CMakeLists.txt
+++ b/indra/llplugin/slplugin/CMakeLists.txt
@@ -49,7 +49,6 @@ add_executable(SLPlugin
MACOSX_BUNDLE
${SLPlugin_SOURCE_FILES}
)
-buildscripts_block(SLPlugin)
if (WINDOWS)
set_target_properties(SLPlugin