Added missing pthreads link dependency

This commit is contained in:
Snaipe 2016-01-12 19:37:00 +01:00
parent 2461574214
commit fc5a943327

View file

@ -261,6 +261,8 @@ endif ()
if (MSVC)
target_link_libraries(criterion wingetopt)
else ()
target_link_libraries(criterion pthread)
endif ()
if (HAVE_CLOCK_GETTIME)