summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-10-17 22:34:58 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-10-17 22:34:58 -0400
commitd86b311b2cdc2f58ef53aa2f7a8d180fe4a61353 (patch)
tree172eb047721fd7fa2e2021ccf6caaff0b299c4f7
parenta3ca2c9ac830f58dbd6fa49090a936134f5cbf19 (diff)
DRTVWR-447: Restore MACOSX_EXECUTABLE_NAME, used for Info.plist.
-rw-r--r--indra/newview/CMakeLists.txt1
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")