diff --git a/sf-replay/CMakeLists.txt b/sf-replay/CMakeLists.txt index d1430f3..51b15c6 100644 --- a/sf-replay/CMakeLists.txt +++ b/sf-replay/CMakeLists.txt @@ -14,7 +14,8 @@ target_link_libraries(sf-replay sf-replay-lib zmq hdf5 - hdf5_cpp) + hdf5_cpp + pthread) enable_testing() add_subdirectory(test/) \ No newline at end of file