From 52a9e62db30ed700f488d389e55e350655f3f5c1 Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Thu, 25 Jun 2026 10:14:57 +0100 Subject: [PATCH] cleanup --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()