vcpkg/ports/ccfits/vcpkg.json
MonicaLiu 2d18711ce2
[ccfits] Support for Release-only build (#31473)
* support release only

* update version

* update portfile.cmake

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-17 08:51:07 -07:00

16 lines
427 B
JSON

{
"name": "ccfits",
"version": "2.5",
"port-version": 11,
"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
}
]
}