DRTVWR-447: Restore MACOSX_EXECUTABLE_NAME, used for Info.plist.

meow-7.2.2
Nat Goodspeed 2018-10-17 22:34:58 -04:00
parent a3ca2c9ac8
commit d86b311b2c
1 changed files with 1 additions and 0 deletions

View File

@ -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")