Added missing pthreads link dependency
This commit is contained in:
parent
2461574214
commit
fc5a943327
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ endif ()
|
|||
|
||||
if (MSVC)
|
||||
target_link_libraries(criterion wingetopt)
|
||||
else ()
|
||||
target_link_libraries(criterion pthread)
|
||||
endif ()
|
||||
|
||||
if (HAVE_CLOCK_GETTIME)
|
||||
|
|
Loading…
Add table
Reference in a new issue