Fixed cyclic dependencies of log_manager and utils.
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
add_library(utils skygw_utils.cc)
|
||||
add_dependencies(utils log_manager)
|
||||
target_link_libraries(utils stdc++ log_manager)
|
||||
target_link_libraries(utils stdc++)
|
||||
|
Reference in New Issue
Block a user