projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d290593
)
Add missing libboost-system to test/CMakeLists.txt.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 15 Jul 2013 14:01:01 +0000
(16:01 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 15 Jul 2013 14:01:01 +0000
(16:01 +0200)
This fixes bug #133.
Thanks to Arkadiusz Miskiewicz <arekm@maven.pl> for the patch.
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index c283171043dafe9e823cedfb22e70df005121640..e383d7138c2fb3ef5852fc19f5713978d886a484 100644
(file)
--- 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