[nifticlib] fix installation of cmake config files (#30124)

This commit is contained in:
autoantwort 2023-03-14 20:09:03 +01:00 committed by GitHub
parent 72a711e5fb
commit 090b767f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -41,7 +41,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake)
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/NIFTI PACKAGE_NAME nifti)
if(TOOL_NAMES)
vcpkg_copy_tools(TOOL_NAMES ${TOOL_NAMES} AUTO_CLEAN)

View File

@ -1,7 +1,7 @@
{
"name": "nifticlib",
"version-date": "2020-04-30",
"port-version": 3,
"port-version": 4,
"description": "Nifticlib is a C I/O library for reading and writing files in the nifti-1 data format.",
"homepage": "https://github.com/NIFTI-Imaging/nifti_clib",
"license": null,

View File

@ -5450,7 +5450,7 @@
},
"nifticlib": {
"baseline": "2020-04-30",
"port-version": 3
"port-version": 4
},
"nlohmann-fifo-map": {
"baseline": "2018.05.07",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d889870db5d6d2e5afc8e738c6f6451c7d237a4c",
"version-date": "2020-04-30",
"port-version": 4
},
{
"git-tree": "3c571b3db6efc2e8065ba99424995e6d720a444f",
"version-date": "2020-04-30",