X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=dc576ed1e985fd41c0f8b5b00a34306973ed0322;hb=a322807e503d55e609bd20afcaa90c73ad00cfbf;hp=9510a700bcf09f90cfb27d27a7f063ecd1bb7436;hpb=7d297a015d091b15f3bec4aee9d008b83a3d64af;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 9510a70..dc576ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,8 @@ if(WIN32) endif() find_package(Qt4 REQUIRED) -find_package(Boost 1.46 COMPONENTS unit_test_framework REQUIRED) + +find_package(Boost 1.46) #=============================================================================== #= Config Header @@ -125,6 +126,7 @@ include(${QT_USE_FILE}) #------------------------------------------------------------------------------- add_definitions(${QT_DEFINITIONS}) +add_definitions(-Werror -Wall) #=============================================================================== #= Global Include Directories