summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2022-06-22 18:00:49 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2022-06-22 18:00:49 +0300
commit1167ea994c44a2c45f68109325ae1862b0ca09c3 (patch)
tree782839b58b3b3a26d01b193544d4fa1f7ba5cd0b /indra/newview
parentb97aec0da2e1ec97a8bfd408bdce61d91b4fcdab (diff)
SL-17634 Replace deprecated carbon Gestalt calls
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 964615320d..ae8d8d51a4 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1413,12 +1413,14 @@ 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)