mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
16 lines
427 B
JSON
16 lines
427 B
JSON
{
|
|
"name": "ccfits",
|
|
"version": "2.5",
|
|
"port-version": 13,
|
|
"description": "CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities of cfitsio available to programmers working in C++.",
|
|
"homepage": "https://heasarc.gsfc.nasa.gov/fitsio/CCfits/",
|
|
"license": "NASA-1.3",
|
|
"dependencies": [
|
|
"cfitsio",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|