mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 09:21:54 +03:00
fix linkage issue with boost system
This commit is contained in:
@@ -4,5 +4,5 @@ link_directories(${BOOST_ROOT}/lib)
|
||||
add_unit_test(
|
||||
package_handler_ut
|
||||
"package_handler_ut.cc"
|
||||
"package_handler;orchestration_tools;orchestration_modules;singleton;logging;config;metric;event_is;-lcrypto;-lboost_filesystem;-lboost_regex"
|
||||
"package_handler;orchestration_tools;orchestration_modules;singleton;logging;config;metric;event_is;-lcrypto;-lboost_filesystem;-lboost_regex;-lboost_system"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user