Skip to content
Snippets Groups Projects
Commit 5ce70325 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-559: Hard tabs considered harmful

parent 572d313b
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources) ...@@ -129,7 +129,7 @@ MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources)
if (DARWIN) if (DARWIN)
# test binaries always need to be signed for local development # test binaries always need to be signed for local development
set_target_properties(PROJECT_${project}_TEST_${name} set_target_properties(PROJECT_${project}_TEST_${name}
PROPERTIES PROPERTIES
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-") XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-")
endif () endif ()
...@@ -232,7 +232,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST ...@@ -232,7 +232,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
# test binaries always need to be signed for local development # test binaries always need to be signed for local development
set_target_properties(INTEGRATION_TEST_${testname} set_target_properties(INTEGRATION_TEST_${testname}
PROPERTIES PROPERTIES
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-") XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-")
endif () endif ()
# Add link deps to the executable # Add link deps to the executable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment