X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=69e62ee5e4dd3bed6757c1e20a1a3756ab66c377;hp=0b28850258cdb88d56a1eab520a0d6500a7bdeb1;hb=956a945e4d42d0d7718e6f1364d567f5e25ebf49;hpb=238b21f366aa9ac71e2801cfa7ef7e16ba8b390d diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b288502..69e62ee5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,9 +98,9 @@ else() endif() if(ENABLE_TESTS) - find_package(Boost 1.53 COMPONENTS filesystem system thread unit_test_framework REQUIRED) + find_package(Boost 1.53 COMPONENTS filesystem serialization system thread unit_test_framework REQUIRED) else() - find_package(Boost 1.53 COMPONENTS filesystem system thread REQUIRED) + find_package(Boost 1.53 COMPONENTS filesystem serialization system thread REQUIRED) endif() # Find the platform's thread library (needed for C++11 threads).