diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-04-01 20:35:52 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-04-01 22:13:54 +0300 |
commit | 8c20662ff77a9672917aa127f80a2fa9efda7119 (patch) | |
tree | eb361d5f7796a5f43ffcf8d6c11f24056bd23a3d /indra/cmake | |
parent | 3a03c5f8fe00ae23a33c823625052f39fb42501e (diff) |
#3712 CMakeFindFrameworks deprecation
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Linking.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/Linking.cmake b/indra/cmake/Linking.cmake index 1d757abeff..1093fc7f71 100644 --- a/indra/cmake/Linking.cmake +++ b/indra/cmake/Linking.cmake @@ -67,7 +67,6 @@ elseif (WINDOWS) legacy_stdio_definitions ) else() - include(CMakeFindFrameworks) find_library(COREFOUNDATION_LIBRARY CoreFoundation) find_library(CARBON_LIBRARY Carbon) find_library(COCOA_LIBRARY Cocoa) |