vcpkg/ports/glog/vcpkg.json
Frank eaa6e7215d
[glog] Fix CUDA not working with NVCC compiler. (#28097)
* [glog] Fix CUDA not working with NVCC compiler.

* update version

* update patch

* version
2022-12-02 09:14:32 -08:00

29 lines
597 B
JSON

{
"name": "glog",
"version": "0.6.0",
"port-version": 2,
"description": "C++ implementation of the Google logging module",
"homepage": "https://github.com/google/glog",
"license": "BSD-3-Clause",
"dependencies": [
"gflags",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"customprefix": {
"description": "Enable support for user-generated message prefixes"
},
"unwind": {
"description": "Enable libunwind support",
"supports": "linux"
}
}
}