BugSplat is not available for OSX or Linux right now.

master
Nicky Dasmijn 2020-01-04 23:24:01 +01:00
parent a45d3e8bee
commit fcd54589ca
1 changed files with 2 additions and 0 deletions

View File

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