summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2022-06-23 15:17:49 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2022-06-23 15:17:49 +0300
commit264ad0ce0cf1970b8faf07baca7a871aae9bd1d7 (patch)
treedc460c4848dcf6be1deab935b7d98b97e8ab6435 /indra/newview
parent662cc980fcd9a00b8566543f190c58590ccf706f (diff)
mac build fix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index ae8d8d51a4..964615320d 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1413,14 +1413,12 @@ if (DARWIN)
find_library(COCOA_LIBRARY Cocoa)
find_library(IOKIT_LIBRARY IOKit)
find_library(COREAUDIO_LIBRARY CoreAudio)
- find_library(CARBON_LIBRARY Carbon)
set(viewer_LIBRARIES
${COCOA_LIBRARY}
${AGL_LIBRARY}
${IOKIT_LIBRARY}
${COREAUDIO_LIBRARY}
- ${CARBON_LIBRARY}
)
if (USE_BUGSPLAT)