From ec1c6ccaaf44575d50668bed1c36d64da8359408 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Sat, 16 Jul 2022 12:45:42 -0300 Subject: [PATCH] build: fix flow-monitor CMakeLists.txt formatting --- src/flow-monitor/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/flow-monitor/CMakeLists.txt b/src/flow-monitor/CMakeLists.txt index 200a98693..ba3dab794 100644 --- a/src/flow-monitor/CMakeLists.txt +++ b/src/flow-monitor/CMakeLists.txt @@ -18,7 +18,8 @@ build_lib( model/ipv4-flow-probe.h model/ipv6-flow-classifier.h model/ipv6-flow-probe.h - LIBRARIES_TO_LINK ${libinternet} - ${libconfig-store} - ${libstats} + LIBRARIES_TO_LINK + ${libinternet} + ${libconfig-store} + ${libstats} )