[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

@ -7,6 +7,8 @@ vcpkg_from_github(
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",