]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
Bump Boost requirement to >= 1.48.
[pulseview.git] / CMakeLists.txt
index 800ffe27fec0aea78c3d4cd20b9f9bae4d1be06c..326499f144ef2f1bd237e5fdf8704b0189007fcf 100644 (file)
@@ -99,9 +99,9 @@ else()
 endif()
 
 if(ENABLE_TESTS)
 endif()
 
 if(ENABLE_TESTS)
-       find_package(Boost 1.42 COMPONENTS filesystem system thread unit_test_framework REQUIRED)
+       find_package(Boost 1.48 COMPONENTS filesystem system thread unit_test_framework REQUIRED)
 else()
 else()
-       find_package(Boost 1.42 COMPONENTS filesystem system thread REQUIRED)
+       find_package(Boost 1.48 COMPONENTS filesystem system thread REQUIRED)
 endif()
 
 # Find the platform's thread library (needed for C++11 threads).
 endif()
 
 # Find the platform's thread library (needed for C++11 threads).