mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
fix linkage issue with boost system
This commit is contained in:
@@ -4,5 +4,5 @@ include_directories(${CMAKE_SOURCE_DIR}/components/include)
|
||||
add_unit_test(
|
||||
gradual_deployment_ut
|
||||
"gradual_deployment_ut.cc"
|
||||
"singleton;rest;connkey;${RT_LIBRARY};gradual_deployment;"
|
||||
"singleton;rest;connkey;${RT_LIBRARY};gradual_deployment;-lboost_system"
|
||||
)
|
||||
|
Reference in New Issue
Block a user