diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-05 09:52:22 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-05-05 09:52:22 -0400 | 
| commit | 5ce70325ce207e31317346f1ed1405a21259e6dd (patch) | |
| tree | 71c3a06d378ad4be81bc8ce3663411ab2dd82432 | |
| parent | 572d313bcfb7d80748f66aac38d62eff5960ac15 (diff) | |
DRTVWR-559: Hard tabs considered harmful
| -rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index 405128d661..2172b56da2 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -129,7 +129,7 @@ MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources)      if (DARWIN)        # test binaries always need to be signed for local development        set_target_properties(PROJECT_${project}_TEST_${name} -	      PROPERTIES +          PROPERTIES                XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-")      endif () @@ -232,7 +232,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST      # test binaries always need to be signed for local development      set_target_properties(INTEGRATION_TEST_${testname}              PROPERTIES -	    XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-") +            XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-")    endif ()    # Add link deps to the executable | 
