QA test: add missing boost library (boost system).

This missing lib created link issues on some systems.
This commit is contained in:
jean-pierre charras 2019-01-24 09:03:58 +01:00
parent b1a2c5d7c5
commit ebdc383cc3
1 changed files with 1 additions and 1 deletions

View File

@ -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