X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=4448260b6bafc31737ec30505ee308cb78cf148c;hp=c9173047561efcb59efb93ae15a9a72305d48e55;hb=bc9edd9d5f7871272f4bbe5fc72bcc04983487e5;hpb=a8369d07b7ac9b906b28e944f2452430b8f2dca3 diff --git a/CMakeLists.txt b/CMakeLists.txt index c9173047..4448260b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,9 +56,9 @@ find_package(Qt4 REQUIRED) if(WIN32) # On Windows/MinGW the we need to use 'thread_win32' instead of 'thread'. # The library is named libboost_thread_win32* (not libboost_thread*). -find_package(Boost 1.45 COMPONENTS system thread_win32) +find_package(Boost 1.42 COMPONENTS system thread_win32) else() -find_package(Boost 1.45 COMPONENTS system thread) +find_package(Boost 1.42 COMPONENTS system thread) endif() #===============================================================================