[aixlog] Disable examples (#24452)

* [aixlog] Disable examples

* Likely not semver

* version
This commit is contained in:
Thomas1664 2022-04-29 01:02:41 +02:00 committed by GitHub
parent 5af7af31d1
commit f8ed143052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View File

@ -3,10 +3,12 @@ vcpkg_from_github(
REPO badaix/aixlog
REF fd4a341740ee840092963de852584ec8ff811c4f # v1.5.0
SHA512 10ab07dcb1e67064c0d69ddcf9289d79d914c70fe6922f32179f9ac38d5c682a4ebe08b686d8160c699a6b966bc7aa2fd7d0268664570a10ce146850e78b292d
)
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_EXAMPLE=OFF
)
vcpkg_cmake_install()

View File

@ -1,7 +1,10 @@
{
"name": "aixlog",
"version-semver": "1.5.0",
"version": "1.5.0",
"port-version": 1,
"description": "Header-only C++ logging library",
"homepage": "https://github.com/badaix/aixlog",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dd7db7eb82342728ee7a0e93ce1d446d834232c2",
"version": "1.5.0",
"port-version": 1
},
{
"git-tree": "ca812db174980bd0007da672c5ec4dd52134bf73",
"version-semver": "1.5.0",

View File

@ -34,7 +34,7 @@
},
"aixlog": {
"baseline": "1.5.0",
"port-version": 0
"port-version": 1
},
"akali": {
"baseline": "1.42",