]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
Save/restore view states and signal settings
[pulseview.git] / CMakeLists.txt
index 0b28850258cdb88d56a1eab520a0d6500a7bdeb1..69e62ee5e4dd3bed6757c1e20a1a3756ab66c377 100644 (file)
@@ -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).