From: Uwe Hermann Date: Mon, 15 Jul 2013 14:01:01 +0000 (+0200) Subject: Add missing libboost-system to test/CMakeLists.txt. X-Git-Url: http://git.code-monkey.de/?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 c283171..e383d71 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