From 53a1b85b877c0416793ead2c7d43e5dc7e9951b7 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 26 May 2020 09:37:48 +0200 Subject: [PATCH] Link with pthreads --- sf-replay/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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