diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-17 22:34:58 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-10-17 22:34:58 -0400 |
commit | d86b311b2cdc2f58ef53aa2f7a8d180fe4a61353 (patch) | |
tree | 172eb047721fd7fa2e2021ccf6caaff0b299c4f7 | |
parent | a3ca2c9ac830f58dbd6fa49090a936134f5cbf19 (diff) |
DRTVWR-447: Restore MACOSX_EXECUTABLE_NAME, used for Info.plist.
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 5c918fc3b2..1b19497354 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2092,6 +2092,7 @@ if (DARWIN) # magically known to CMake -- it's that these names are referenced in the # Info-SecondLife.plist file in the configure_file() directive below. set(product "${VIEWER_CHANNEL}") + set(MACOSX_EXECUTABLE_NAME "${VIEWER_CHANNEL}") set(MACOSX_BUNDLE_INFO_STRING "${VIEWER_CHANNEL}") set(MACOSX_BUNDLE_ICON_FILE "secondlife.icns") set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.secondlife.indra.viewer") |