summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-04-01 20:35:52 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-04-01 22:13:54 +0300
commit8c20662ff77a9672917aa127f80a2fa9efda7119 (patch)
treeeb361d5f7796a5f43ffcf8d6c11f24056bd23a3d
parent3a03c5f8fe00ae23a33c823625052f39fb42501e (diff)
#3712 CMakeFindFrameworks deprecation
-rw-r--r--indra/cmake/Linking.cmake1
-rw-r--r--indra/llwindow/CMakeLists.txt1
2 files changed, 0 insertions, 2 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)
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt
index 2996f58fe0..5bfac34ca5 100644
--- a/indra/llwindow/CMakeLists.txt
+++ b/indra/llwindow/CMakeLists.txt
@@ -182,7 +182,6 @@ endif (SDL_FOUND)
target_include_directories(llwindow INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
if (DARWIN)
- include(CMakeFindFrameworks)
find_library(CARBON_LIBRARY Carbon)
target_link_libraries(llwindow ${CARBON_LIBRARY})
endif (DARWIN)