From 7ec01569fc3312069a9d160ffd97f69421846abc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 15 Jul 2013 16:01:01 +0200 Subject: [PATCH] Add missing libboost-system to test/CMakeLists.txt. This fixes bug #133. Thanks to Arkadiusz Miskiewicz for the patch. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2