From b391062545651f5ac87c39fc275d6a16944c2ee1 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 4 Nov 2008 19:51:51 -0600 Subject: Fix Mac crash logger & updater missing Info.plist. Suggested by Aimee Trescothick (Aimee Walton). --- linden/indra/mac_crash_logger/CMakeLists.txt | 2 +- linden/indra/mac_updater/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'linden') diff --git a/linden/indra/mac_crash_logger/CMakeLists.txt b/linden/indra/mac_crash_logger/CMakeLists.txt index 9cddb56..371b6fb 100644 --- a/linden/indra/mac_crash_logger/CMakeLists.txt +++ b/linden/indra/mac_crash_logger/CMakeLists.txt @@ -47,7 +47,7 @@ set_source_files_properties( set_source_files_properties( Info.plist PROPERTIES - MACOSX_PACKAGE_LOCATION . # will it blend? + poppy + MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist ) SOURCE_GROUP("Resources" FILES ${mac_crash_logger_RESOURCE_FILES}) list(APPEND mac_crash_logger_SOURCE_FILES ${mac_crash_logger_RESOURCE_FILES}) diff --git a/linden/indra/mac_updater/CMakeLists.txt b/linden/indra/mac_updater/CMakeLists.txt index 3ac5aee..ef87b29 100644 --- a/linden/indra/mac_updater/CMakeLists.txt +++ b/linden/indra/mac_updater/CMakeLists.txt @@ -53,7 +53,7 @@ set_source_files_properties( set_source_files_properties( Info.plist PROPERTIES - MACOSX_PACKAGE_LOCATION . # will it blend? + poppy + MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist ) SOURCE_GROUP("Resources" FILES ${mac_updater_RESOURCE_FILES}) list(APPEND mac_updater_SOURCE_FILES ${mac_updater_RESOURCE_FILES}) -- cgit v1.1