summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2019-09-25 16:46:49 -0400
committerNat Goodspeed <nat@lindenlab.com>2019-09-25 16:46:49 -0400
commitc0b13466f1294ca6b8889ed7765926d5ed7f3b0d (patch)
treee2cc35d3847a799d18bab7f731c9a54417448bf0
parentb5dbcbd8f80a790cf63fd85d469e78c1337ff436 (diff)
DRTVWR-476: Add Stack Overflow link for Brad's Xcode 11 signing fix.
-rw-r--r--indra/cmake/Variables.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index 19b2ac313e..a5770c5528 100644
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -194,6 +194,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# handle embedded app bundles such as CEF and others. Any signing for local
# development must be done after the build as we do in viewer_manifest.py for
# released builds
+ # https://stackoverflow.com/a/54296008
# "-" represents "Sign to Run Locally" and empty string represents "Do Not Sign"
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "")