From eceaf9289ae95d386f594eadad2d054e36364a43 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 9 Apr 2020 13:22:21 +0200 Subject: [PATCH] Add boost system target library --- sf-writer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sf-writer/CMakeLists.txt b/sf-writer/CMakeLists.txt index eae871f..5afa7d1 100644 --- a/sf-writer/CMakeLists.txt +++ b/sf-writer/CMakeLists.txt @@ -11,4 +11,5 @@ target_link_libraries(sf-writer hdf5 hdf5_hl hdf5_cpp + boost_system pthread)