From 0e2cf677fbeccea76b0ef20890ac4dabfd1da022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Wed, 15 Sep 2021 13:05:00 +0200 Subject: [PATCH] cmake: fix pthread linking, take 2 --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 116bc1e45..c1ffaabd2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -87,8 +87,6 @@ else() target_link_libraries(86Box SDL2::SDL2) endif() -target_link_libraries(plat pthread) - find_package(PNG REQUIRED) include_directories(${PNG_INCLUDE_DIRS}) target_link_libraries(86Box PNG::PNG)