Remove dependency on pthread in CMakeLists.txt

This commit is contained in:
Stephen Seo 2024-11-14 12:02:32 +09:00
parent dc3704ac75
commit 7e4b1b7dc4

View file

@ -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)