X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=f334f9118c024018179cd8fb433d2525790cce39;hp=27859b3ad0674bcf48dbe16203229391dad0b82e;hb=858ae630aec11f2f1300897cc3ca127a4537e598;hpb=39eb0d45ab6c2910f08a1ad79ac60d188fa9f6ae diff --git a/CMakeLists.txt b/CMakeLists.txt index 27859b3..f334f91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,6 +92,8 @@ endif() find_package(Boost 1.42 COMPONENTS filesystem system REQUIRED) +# Find the platform's thread library (needed for C++11 threads). +# This will set ${CMAKE_THREAD_LIBS_INIT} to the correct, OS-specific value. find_package(Threads REQUIRED) #===============================================================================