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)