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:
parent
26a62dd8d2
commit
2536690aa6
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue