mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[prometheus-cpp] Update to version 0.7.0 (#6822)
* [prometheus-cpp] Update to version 0.7.0 * [prometheus-cpp] add a testing feature
This commit is contained in:
parent
3860c11da2
commit
72657582cf
@ -1,5 +1,5 @@
|
|||||||
Source: prometheus-cpp
|
Source: prometheus-cpp
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Description: Prometheus Client Library for Modern C++
|
Description: Prometheus Client Library for Modern C++
|
||||||
Default-Features: compression, pull
|
Default-Features: compression, pull
|
||||||
|
|
||||||
@ -7,6 +7,10 @@ Feature: compression
|
|||||||
Build-Depends: zlib
|
Build-Depends: zlib
|
||||||
Description: Enable zlib compression
|
Description: Enable zlib compression
|
||||||
|
|
||||||
|
Feature: tests
|
||||||
|
Build-Depends: gtest
|
||||||
|
Description: Additional testing support
|
||||||
|
|
||||||
Feature: pull
|
Feature: pull
|
||||||
Build-Depends: civetweb
|
Build-Depends: civetweb
|
||||||
Description: Support for regular pull mode
|
Description: Support for regular pull mode
|
||||||
|
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO jupp0r/prometheus-cpp
|
REPO jupp0r/prometheus-cpp
|
||||||
REF v0.6.0
|
REF v0.7.0
|
||||||
SHA512 a7e6f902f3007007ec68add5ac63e833c6f383ed0ce103e238b7248497f495e664446df7801000e36021adcb7cfb1d461bbb45e1b4fba9ffa4edfcaf5b5957dd
|
SHA512 ff946585e24d84596e851f838b42566512fe368f164254d309b2aa3bda770c5442b6eeb880055351f89e0e2d0b581fddb5b0e70dd5b2a15370e508c4aabbcb1c
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -21,13 +21,13 @@ endmacro()
|
|||||||
feature(compression ENABLE_COMPRESSION)
|
feature(compression ENABLE_COMPRESSION)
|
||||||
feature(pull ENABLE_PULL)
|
feature(pull ENABLE_PULL)
|
||||||
feature(push ENABLE_PUSH)
|
feature(push ENABLE_PUSH)
|
||||||
|
feature(tests ENABLE_TESTING)
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DUSE_THIRDPARTY_LIBRARIES=OFF # use vcpkg packages
|
-DUSE_THIRDPARTY_LIBRARIES=OFF # use vcpkg packages
|
||||||
-DENABLE_TESTING=FALSE # need gtest 1.8.1
|
|
||||||
${FEATURE_OPTIONS}
|
${FEATURE_OPTIONS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user