From 28e84f384d743e3519e86d73ee050e97c90cce24 Mon Sep 17 00:00:00 2001 From: zhiru Date: Tue, 23 Jul 2019 10:41:28 +0800 Subject: [PATCH] fix metrics Former-commit-id: 2a7f67913dfdb615e09d7316053c59944132a8fe --- cpp/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 088a461a..882e0982 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -154,6 +154,7 @@ endif () set(metrics_lib easyloggingpp + yaml-cpp prometheus-cpp-push prometheus-cpp-pull prometheus-cpp-core -- GitLab