diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-09-27 13:38:11 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-09-27 13:44:09 -0400 |
commit | 454b029d9cb9455bdeb936a73d9033cbe0b0fcc9 (patch) | |
tree | e2c8caa9049fe6420ba60f7500aac6112cc5699c /indra | |
parent | c205c1d1835c34fe952e08f1e2a190109c195bd9 (diff) |
DRTVWR-543: Fix local Mac builds with BugSplat. (Thanks NickyD!)
With the affected line, local Mac builds with BugSplat enabled fail. Without
it, they build clean.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 922075c090..5280dbec45 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -13,7 +13,6 @@ project(${ROOT_PROJECT_NAME}) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") include(Variables) -include(bugsplat) include(BuildVersion) set(LEGACY_STDIO_LIBS) |