X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=a510bd6a2b3c8a39b93d516523e36b60e992ccf4;hp=812176ec6e8b52d17e1729c23d8e9beadbd82e77;hb=b0e1d01d40977f5699745ecb53b89bc77ced8a5c;hpb=8d634081d8b0cc741dd34d8c646474ff6754aea8 diff --git a/CMakeLists.txt b/CMakeLists.txt index 812176ec..a510bd6a 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 system thread) #=============================================================================== #= Config Header