diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-07-15 16:00:33 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-19 11:00:35 +0100 |
commit | 5870484d1a390661138e722d3651fc296b337092 (patch) | |
tree | 9a01422f89c625764812ffef628d0f045c45a65c /Tests/LibThreading/CMakeLists.txt | |
parent | 28061cf94d882bba7ce64a4b61454f2cf07bf4a5 (diff) | |
download | serenity-5870484d1a390661138e722d3651fc296b337092.zip |
LibC: Remove the `LibPthread` interface target
Diffstat (limited to 'Tests/LibThreading/CMakeLists.txt')
-rw-r--r-- | Tests/LibThreading/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibThreading/CMakeLists.txt b/Tests/LibThreading/CMakeLists.txt index 355100fea2..5f4914ab4f 100644 --- a/Tests/LibThreading/CMakeLists.txt +++ b/Tests/LibThreading/CMakeLists.txt @@ -3,5 +3,5 @@ set(TEST_SOURCES ) foreach(source IN LISTS TEST_SOURCES) - serenity_test("${source}" LibThreading LIBS LibThreading LibPthread) + serenity_test("${source}" LibThreading LIBS LibThreading) endforeach() |