mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
[aixlog] Disable examples (#24452)
* [aixlog] Disable examples * Likely not semver * version
This commit is contained in:
parent
5af7af31d1
commit
f8ed143052
@ -7,6 +7,8 @@ vcpkg_from_github(
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_EXAMPLE=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dd7db7eb82342728ee7a0e93ce1d446d834232c2",
|
||||
"version": "1.5.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "ca812db174980bd0007da672c5ec4dd52134bf73",
|
||||
"version-semver": "1.5.0",
|
||||
|
@ -34,7 +34,7 @@
|
||||
},
|
||||
"aixlog": {
|
||||
"baseline": "1.5.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"akali": {
|
||||
"baseline": "1.42",
|
||||
|
Loading…
x
Reference in New Issue
Block a user