X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=326499f144ef2f1bd237e5fdf8704b0189007fcf;hp=800ffe27fec0aea78c3d4cd20b9f9bae4d1be06c;hb=c3bf1d31fb43dc26a00fef05d951806e3158c55b;hpb=a38268f064687eff3e5395da6bb7f39e55dcd60f diff --git a/CMakeLists.txt b/CMakeLists.txt index 800ffe27..326499f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,9 +99,9 @@ else() 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() - 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).