QA test: add missing boost library (boost system).
This missing lib created link issues on some systems.
This commit is contained in:
parent
b1a2c5d7c5
commit
ebdc383cc3
|
@ -25,7 +25,7 @@
|
|||
# Code that is useful for QA purposes outside of the unit-testing context
|
||||
# belongs in qa_utils.
|
||||
|
||||
find_package( Boost COMPONENTS unit_test_framework filesystem REQUIRED )
|
||||
find_package( Boost COMPONENTS unit_test_framework filesystem system REQUIRED )
|
||||
|
||||
set( SRCS
|
||||
unit_test_utils.cpp
|
||||
|
|
Loading…
Reference in New Issue