summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2020-06-16 14:41:28 -0400
committerOz Linden <oz@lindenlab.com>2020-06-16 14:41:28 -0400
commit9834955be072aeac3f886de2eaf1e075000108c7 (patch)
treee90333672ff00d4cbb99c0795325a7dcdd18ae14 /indra/cmake
parent936e13226b52c960b7a77ccfd10357fb14353aa3 (diff)
SL-10297: remove mac-crash-logger from viewer-manifest, require the bugsplat library on Mac
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/bugsplat.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/bugsplat.cmake b/indra/cmake/bugsplat.cmake
index 749ea05403..5f5cc51f63 100644
--- a/indra/cmake/bugsplat.cmake
+++ b/indra/cmake/bugsplat.cmake
@@ -13,8 +13,8 @@ if (USE_BUGSPLAT)
${ARCH_PREBUILT_DIRS_RELEASE}/bugsplat.lib
)
elseif (DARWIN)
- find_library(BUGSPLAT_LIBRARIES BugsplatMac
- PATHS "${ARCH_PREBUILT_DIRS_RELEASE}")
+ find_library(BUGSPLAT_LIBRARIES BugsplatMac REQUIRED
+ NO_DEFAULT_PATH PATHS "${ARCH_PREBUILT_DIRS_RELEASE}")
else (WINDOWS)
message(FATAL_ERROR "BugSplat is not supported; add -DUSE_BUGSPLAT=OFF")
endif (WINDOWS)