vcpkg/ports/log4cxx/vcpkg.json
Marten Hentschel ab2c9eadd3
[log4cxx] Update to 0.12.1 (#22065)
* [log4cxx] Update to 0.12.1

* Use version rather than version-string.

Co-authored-by: Hentschel, Marten <marten.hentschel@schoenhofer.de>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-20 11:36:17 -05:00

21 lines
531 B
JSON

{
"name": "log4cxx",
"version": "0.12.1",
"description": "Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR",
"homepage": "https://logging.apache.org/log4cxx",
"supports": "!uwp",
"dependencies": [
"apr",
"apr-util",
"expat",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}