We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd963d commit 477fa5bCopy full SHA for 477fa5b
conanfile.txt
@@ -6,7 +6,7 @@
6
[requires]
7
# prometheus-cpp 1.1.0 cannot be used because it supports only C++14 onward; however the compiler shipping with Centos7
8
# supports at most the C++11 dialect... so till we want to support Centos7, we need to stick with prometheus-cpp 1.0.0
9
- prometheus-cpp/1.0.0@
+ prometheus-cpp/1.1.0@
10
11
[options]
12
# by using shared=False we create a cmonitor_collector binary that is self-contained
0 commit comments