X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=0c551828e816d5aba5ed017400a62db0e6cdfb02;hp=f99774659e67d3e574daf41a855ea8b9b172606a;hb=06ef804f11e4e0213013e7729f43ebde529fca48;hpb=7bb0fbf4d3809dbbd0fe5b35fc7e475b1065ae20 diff --git a/CMakeLists.txt b/CMakeLists.txt index f997746..0c55182 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,9 +98,9 @@ else() endif() if(ENABLE_TESTS) - find_package(Boost 1.48 COMPONENTS filesystem system thread unit_test_framework REQUIRED) + find_package(Boost 1.53 COMPONENTS filesystem system thread unit_test_framework REQUIRED) else() - find_package(Boost 1.48 COMPONENTS filesystem system thread REQUIRED) + find_package(Boost 1.53 COMPONENTS filesystem system thread REQUIRED) endif() # Find the platform's thread library (needed for C++11 threads).