fix linkage issue with boost system

This commit is contained in:
David Gambarin
2022-12-11 09:22:16 +02:00
parent 2871df4938
commit 7e011c390a
9 changed files with 9 additions and 9 deletions

View File

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