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