diff options
| author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-06-10 14:15:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-10 14:15:57 -0400 |
| commit | a0be1e7dfbe74531becd49613351f9a688c8f908 (patch) | |
| tree | 89613775ded314a85434b7642230d29487938933 /indra/cmake | |
| parent | 3c7dde56e55bc36b3befe9fbf23fd1d50fdd68e2 (diff) | |
macOS 26 build changes (#4239)
* Fix for VLAs now emitting warnings on Xcode 26, and AGL being removed from the SDK.
Note: there was no warning or notice provided for AGL's removal.
* Whitespace.
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/Linking.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/cmake/Linking.cmake b/indra/cmake/Linking.cmake index 1093fc7f71..8451659c34 100644 --- a/indra/cmake/Linking.cmake +++ b/indra/cmake/Linking.cmake @@ -72,7 +72,6 @@ else() find_library(COCOA_LIBRARY Cocoa) find_library(IOKIT_LIBRARY IOKit) - find_library(AGL_LIBRARY AGL) find_library(APPKIT_LIBRARY AppKit) find_library(COREAUDIO_LIBRARY CoreAudio) @@ -81,7 +80,6 @@ else() ${IOKIT_LIBRARY} ${COREFOUNDATION_LIBRARY} ${CARBON_LIBRARY} - ${AGL_LIBRARY} ${APPKIT_LIBRARY} ${COREAUDIO_LIBRARY} ) |
