X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=69e62ee5e4dd3bed6757c1e20a1a3756ab66c377;hb=cf8cd8e9943c1957da7c2c67517c3a5eec73f53f;hp=0b28850258cdb88d56a1eab520a0d6500a7bdeb1;hpb=238b21f366aa9ac71e2801cfa7ef7e16ba8b390d;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b28850..69e62ee 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).