pull/640/head
Sy Brand 3 months ago
parent e89c12075c
commit 52a9e62db3

@ -100,7 +100,7 @@ function(add_testcase test)
endif() endif()
# Apply target-specific options. # Apply target-specific options.
if(target MATCHES threads OR target MATCHES p3) if(target MATCHES threads)
target_compile_options(${target_name} PRIVATE -pthread) target_compile_options(${target_name} PRIVATE -pthread)
target_link_options(${target_name} PRIVATE -pthread) target_link_options(${target_name} PRIVATE -pthread)
endif() endif()

Loading…
Cancel
Save