[vcpkg baseline] Move cspice headers (#23272)

* move headers into own subdir

* add license

* version stuff

Co-authored-by: Alexander Neumann <you@example.com>
This commit is contained in:
Alexander Neumann 2022-02-26 00:07:28 +01:00 committed by GitHub
parent b86c0c35b8
commit 6750a2836a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -29,7 +29,7 @@ endif ()
if (NOT _SKIP_HEADERS)
file(GLOB SPICE_HEADERS ${INCLUDE_PATH}/*.h)
install(FILES ${SPICE_HEADERS} DESTINATION include)
install(FILES ${SPICE_HEADERS} DESTINATION include/cspice)
endif()
set_target_properties(

View File

@ -1,9 +1,10 @@
{
"name": "cspice",
"version": "67",
"port-version": 1,
"port-version": 2,
"description": "NASA C SPICE toolkit",
"homepage": "https://naif.jpl.nasa.gov/naif/toolkit_C.html",
"license": null,
"supports": "!((arm | arm64) & windows)",
"dependencies": [
{

View File

@ -1674,7 +1674,7 @@
},
"cspice": {
"baseline": "67",
"port-version": 1
"port-version": 2
},
"ctbignum": {
"baseline": "2019-08-02",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1da82692c98d788552288f73818983fc3b561b7b",
"version": "67",
"port-version": 2
},
{
"git-tree": "2ad682ffd7b5b7cb6316fd77dc99dda7e6100731",
"version": "67",