From: Uwe Hermann Date: Mon, 15 Jul 2013 14:01:01 +0000 (+0200) Subject: Add missing libboost-system to test/CMakeLists.txt. X-Git-Tag: pulseview-0.2.0~332 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=7ec01569fc3312069a9d160ffd97f69421846abc Add missing libboost-system to test/CMakeLists.txt. This fixes bug #133. Thanks to Arkadiusz Miskiewicz for the patch. --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c2831710..e383d713 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,7 +22,7 @@ # This will set ${CMAKE_THREAD_LIBS_INIT} to the correct, OS-specific value. find_package(Threads) -find_package(Boost 1.46 COMPONENTS unit_test_framework REQUIRED) +find_package(Boost 1.46 COMPONENTS system unit_test_framework REQUIRED) set(pulseview_TEST_SOURCES ${PROJECT_SOURCE_DIR}/pv/data/analogsnapshot.cpp