From c0b13466f1294ca6b8889ed7765926d5ed7f3b0d Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 25 Sep 2019 16:46:49 -0400
Subject: [PATCH] DRTVWR-476: Add Stack Overflow link for Brad's Xcode 11
 signing fix.

---
 indra/cmake/Variables.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index 19b2ac313e2..a5770c5528d 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 "")
 
-- 
GitLab