diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0e1c263..3b5972d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -100,7 +100,7 @@ function(add_testcase test) endif() # Apply target-specific options. - if(target MATCHES threads OR target MATCHES p3) + if(target MATCHES threads) target_compile_options(${target_name} PRIVATE -pthread) target_link_options(${target_name} PRIVATE -pthread) endif()