Skip to content

Commit 9aad1c3

Browse files
committed
Quick fix Threads::Threads issue
1 parent 5c3dafb commit 9aad1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugin/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ set(SOURCE_FILES
2424
)
2525

2626
if(SP3_BUILD_TEST)
27+
find_package(Threads REQUIRED) # TODO: remove this when SOFA's GTest handles threads correctly
2728
find_package(Sofa.Testing REQUIRED)
2829
if(Sofa.Testing_FOUND)
2930
list(APPEND HEADER_FILES

0 commit comments

Comments
 (0)