We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911055e commit 3851558Copy full SHA for 3851558
lldb/tools/debugserver/source/CMakeLists.txt
@@ -117,10 +117,6 @@ get_debugserver_codesign_identity(debugserver_codesign_identity)
117
# Override locally, so the identity is used for targets created in this scope.
118
set(LLVM_CODESIGNING_IDENTITY ${debugserver_codesign_identity})
119
120
-# Use the same identity later in the test suite.
121
-set_property(GLOBAL PROPERTY
122
- LLDB_DEBUGSERVER_CODESIGN_IDENTITY ${debugserver_codesign_identity})
123
-
124
if(APPLE)
125
set(LIBCOMPRESSION compression)
126
if(APPLE_EMBEDDED)
0 commit comments