From fcd54589ca9bc94f68cef79214744c8608f4e106 Mon Sep 17 00:00:00 2001 From: Nicky Dasmijn Date: Sat, 4 Jan 2020 23:24:01 +0100 Subject: [PATCH] BugSplat is not available for OSX or Linux right now. --- indra/cmake/bugsplat.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/cmake/bugsplat.cmake b/indra/cmake/bugsplat.cmake index 59644b73ce..0c84bac88a 100644 --- a/indra/cmake/bugsplat.cmake +++ b/indra/cmake/bugsplat.cmake @@ -17,7 +17,9 @@ if (BUGSPLAT_DB) elseif (DARWIN) find_library(BUGSPLAT_LIBRARIES BugsplatMac PATHS "${ARCH_PREBUILT_DIRS_RELEASE}") + message(FATAL_ERROR "Bugsplat for OSX not fully implemented, please adapt llappdelegate-objc.mm to honor options of sending user name and settings.xml.") else (WINDOWS) + message(FATAL_ERROR "Bugsplat for Linux not implemented.") endif (WINDOWS) set(BUGSPLAT_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/bugsplat)