vcpkg/ports/log4cxx/vcpkg.json
Stephen Webb 2507e0e707
[log4cxx] Upgrade to 1.0.0 (#30914)
* [log4cxx] Update to 1.0.0

* [log4cxx] Update versions

* Remove redundent version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update versions

---------

Co-authored-by: Stephen Webb <swebb2066@gmail.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-04-17 15:39:22 -07:00

22 lines
557 B
JSON

{
"name": "log4cxx",
"version": "1.0.0",
"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",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"apr",
"apr-util",
"expat",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}