From 7e4b1b7dc45cb4400a268ed45244bfa87ec6e799 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 14 Nov 2024 12:02:32 +0900 Subject: [PATCH] Remove dependency on pthread in CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5baa51..943b03a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,4 +28,3 @@ set_target_properties(AnotherMemCheck PROPERTIES VERSION ${AnotherMemCheck_VERSI SOVERSION ${AnotherMemCheck_SOVERSION}) target_compile_features(AnotherMemCheck PUBLIC cxx_std_20) -target_link_libraries(AnotherMemCheck PUBLIC pthread)