vcpkg/ports/log4cxx/vcpkg.json
JonLiu1993 1e8122f2f8
[log4cxx] fix find_package error (#34996)
* [log4cxx] fix find_package error

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-11-10 11:43:18 -08:00

23 lines
578 B
JSON

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