diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d9b9799d7..5b682fcf4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)