diff options
author | Oz Linden <oz@lindenlab.com> | 2018-09-07 09:13:57 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-09-07 09:13:57 -0400 |
commit | 9fd463bd9496ba5d97abec6ee75b9c0c089aa69d (patch) | |
tree | c46f2f1d53841e14395a6e4f3079eba9cc122a7c /indra/llappearance | |
parent | 9f27bff9fb82aa56fd61f95dc57fca1e119ef767 (diff) |
remove only-partially-successful attempt to put teamcity blocks around targets
Diffstat (limited to 'indra/llappearance')
-rw-r--r-- | indra/llappearance/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llappearance/CMakeLists.txt b/indra/llappearance/CMakeLists.txt index ad33fed010..20eb4678dd 100644 --- a/indra/llappearance/CMakeLists.txt +++ b/indra/llappearance/CMakeLists.txt @@ -77,7 +77,6 @@ set_source_files_properties(${llappearance_HEADER_FILES} list(APPEND llappearance_SOURCE_FILES ${llappearance_HEADER_FILES}) add_library (llappearance ${llappearance_SOURCE_FILES}) -buildscripts_block(llappearance) target_link_libraries(llappearance ${LLCHARACTER_LIBRARIES} @@ -95,7 +94,6 @@ target_link_libraries(llappearance if (BUILD_HEADLESS) add_library (llappearanceheadless ${llappearance_SOURCE_FILES}) - buildscripts_block(llappearanceheadless) target_link_libraries(llappearanceheadless ${LLCHARACTER_LIBRARIES} |