diff options
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/bugsplat.cmake | 4 | 
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) | 
