]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
SigSession: Converted _signals_mutex into a boost::shared_mutex
[pulseview.git] / CMakeLists.txt
index d11f1430d4b9d76cf8e1ef175db8a9f8c26692b6..0ef18566cec4f6db9f63d950683abd0af9a85fc4 100644 (file)
@@ -91,7 +91,7 @@ else()
        find_package(Qt4 REQUIRED QtCore QtGui QtSvg)
 endif()
 
-find_package(Boost 1.42 COMPONENTS filesystem system REQUIRED)
+find_package(Boost 1.42 COMPONENTS filesystem system thread 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.