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/llcorehttp | |
parent | 9f27bff9fb82aa56fd61f95dc57fca1e119ef767 (diff) |
remove only-partially-successful attempt to put teamcity blocks around targets
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index c42bd7b6b2..9dbc6f447e 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -90,7 +90,6 @@ endif (DARWIN OR LINUX) list(APPEND llcorehttp_SOURCE_FILES ${llcorehttp_HEADER_FILES}) add_library (llcorehttp ${llcorehttp_SOURCE_FILES}) -buildscripts_block(llcorehttp) target_link_libraries( llcorehttp ${CURL_LIBRARIES} @@ -215,7 +214,6 @@ endif (DARWIN) add_executable(http_texture_load ${llcorehttp_EXAMPLE_SOURCE_FILES} ) - buildscripts_block(http_texture_load) set_target_properties(http_texture_load PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${EXE_STAGING_DIR}" |