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/llwindow | |
parent | 3a03c5f8fe00ae23a33c823625052f39fb42501e (diff) |
#3712 CMakeFindFrameworks deprecation
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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) |