Link with pthreads

This commit is contained in:
2020-05-26 09:37:48 +02:00
parent 41061280e6
commit 53a1b85b87
+2 -1
View File
@@ -14,7 +14,8 @@ target_link_libraries(sf-replay
sf-replay-lib
zmq
hdf5
hdf5_cpp)
hdf5_cpp
pthread)
enable_testing()
add_subdirectory(test/)