summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-05-05 09:52:22 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-05-05 09:52:22 -0400
commit5ce70325ce207e31317346f1ed1405a21259e6dd (patch)
tree71c3a06d378ad4be81bc8ce3663411ab2dd82432 /indra/cmake
parent572d313bcfb7d80748f66aac38d62eff5960ac15 (diff)
DRTVWR-559: Hard tabs considered harmful
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLAddBuildTest.cmake4
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