X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=0c551828e816d5aba5ed017400a62db0e6cdfb02;hb=24fa726ff2bbd151264336e764a748b8f4d40968;hp=3bf7366dde346f209ddb628d97a057e7f7fd9841;hpb=51ae69ae74d4868e52785875daa5fa1360e638a6;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf7366..0c55182 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,6 @@ cmake_minimum_required(VERSION 2.8.6) -include(FindPkgConfig) include(GNUInstallDirs) project(pulseview) @@ -99,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).