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/integration_tests | |
parent | 9f27bff9fb82aa56fd61f95dc57fca1e119ef767 (diff) |
remove only-partially-successful attempt to put teamcity blocks around targets
Diffstat (limited to 'indra/integration_tests')
-rw-r--r-- | indra/integration_tests/llimage_libtest/CMakeLists.txt | 1 | ||||
-rw-r--r-- | indra/integration_tests/llui_libtest/CMakeLists.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/integration_tests/llimage_libtest/CMakeLists.txt b/indra/integration_tests/llimage_libtest/CMakeLists.txt index 4e23a1fc87..d9353f904c 100644 --- a/indra/integration_tests/llimage_libtest/CMakeLists.txt +++ b/indra/integration_tests/llimage_libtest/CMakeLists.txt @@ -41,7 +41,6 @@ add_executable(llimage_libtest MACOSX_BUNDLE ${llimage_libtest_SOURCE_FILES} ) -buildscripts_block(llimage_libtest) set_target_properties(llimage_libtest PROPERTIES diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt index 2d21f9af0f..34e34c7e47 100644 --- a/indra/integration_tests/llui_libtest/CMakeLists.txt +++ b/indra/integration_tests/llui_libtest/CMakeLists.txt @@ -56,7 +56,6 @@ set_source_files_properties(${llui_libtest_HEADER_FILES} list(APPEND llui_libtest_SOURCE_FILES ${llui_libtest_HEADER_FILES}) add_executable(llui_libtest ${llui_libtest_SOURCE_FILES}) -buildscripts_block(llui_libtest) # Link with OS-specific libraries for LLWindow dependency if (DARWIN) |