X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=042cdae3cf7e3028853b68647e13031c34a7f757;hp=812176ec6e8b52d17e1729c23d8e9beadbd82e77;hb=30fcfd9f5b348da5123f0a25c943e40209be95b1;hpb=8d634081d8b0cc741dd34d8c646474ff6754aea8 diff --git a/CMakeLists.txt b/CMakeLists.txt index 812176ec..042cdae3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,14 +46,14 @@ pkg_check_modules(PKGDEPS REQUIRED libsigrok>=0.2.0 ) +find_package(Qt4 REQUIRED) + # On Windows/MinGW we explicitly point cmake to the Boost directory. if(WIN32) set(BOOST_ROOT /usr/local) endif() -find_package(Qt4 REQUIRED) - -find_package(Boost 1.46) +find_package(Boost 1.46 COMPONENTS thread) #=============================================================================== #= Config Header