We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27beae0 commit d146d23Copy full SHA for d146d23
install/cmake/CMakeLists.txt
@@ -288,6 +288,7 @@ set(prometheus-cpp_ARGS
288
${CMAKE_BINARY_DIR}/external/prometheus-cpp
289
INSTALL_DIR
290
${CMAKE_INSTALL_PREFIX}
291
+ DEPENDS zlib curl
292
CMAKE_ARGS
293
"${CMAKE_OPTIONS}"
294
"-DENABLE_TESTING=OFF"
@@ -302,7 +303,6 @@ if(EXISTS "${OTELCPP_SOURCE_DIR}/third_party/prometheus-cpp/.git")
302
303
else()
304
ExternalProject_Add(
305
prometheus-cpp
- DEPENDS zlib curl
306
GIT_REPOSITORY "https://github.com/jupp0r/prometheus-cpp.git"
307
GIT_TAG ${prometheus-cpp_GIT_TAG}
308
GIT_SHALLOW ON
0 commit comments