Remove dependency on pthread in CMakeLists.txt
This commit is contained in:
parent
dc3704ac75
commit
7e4b1b7dc4
1 changed files with 0 additions and 1 deletions
|
@ -28,4 +28,3 @@ set_target_properties(AnotherMemCheck PROPERTIES VERSION ${AnotherMemCheck_VERSI
|
||||||
SOVERSION ${AnotherMemCheck_SOVERSION})
|
SOVERSION ${AnotherMemCheck_SOVERSION})
|
||||||
|
|
||||||
target_compile_features(AnotherMemCheck PUBLIC cxx_std_20)
|
target_compile_features(AnotherMemCheck PUBLIC cxx_std_20)
|
||||||
target_link_libraries(AnotherMemCheck PUBLIC pthread)
|
|
||||||
|
|
Loading…
Reference in a new issue