Meta: Remove a global link to Threads::Threads

Globally linking to anything isn't a good thing to do and this doesn't
seem to be necessary. If it ends up breaking any platform it can be
readded as a specific link later.
This commit is contained in:
Undefine 2026-03-29 17:16:08 +02:00 committed by Andrew Kaster
parent 26a62dd8d2
commit 2536690aa6

View file

@ -64,9 +64,6 @@ if(ENABLE_ALL_THE_DEBUG_MACROS)
endif()
find_package(Threads REQUIRED)
# FIXME: This global link libraries is required to workaround linker issues (on some systems)
# from the Ladybird import. See https://github.com/SerenityOS/serenity/issues/16847
link_libraries(Threads::Threads)
if (ENABLE_LAGOM_CCACHE)
include(setup_ccache)