From 090b767f02737419165ea29559f1aff31071474f Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:09:03 +0100 Subject: [PATCH] [nifticlib] fix installation of cmake config files (#30124) --- ports/nifticlib/portfile.cmake | 2 +- ports/nifticlib/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nifticlib.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/nifticlib/portfile.cmake b/ports/nifticlib/portfile.cmake index 727883f2e9..b4d166d41a 100644 --- a/ports/nifticlib/portfile.cmake +++ b/ports/nifticlib/portfile.cmake @@ -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) diff --git a/ports/nifticlib/vcpkg.json b/ports/nifticlib/vcpkg.json index fe6365c4d8..c4201194c7 100644 --- a/ports/nifticlib/vcpkg.json +++ b/ports/nifticlib/vcpkg.json @@ -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, diff --git a/versions/baseline.json b/versions/baseline.json index 751c0869ae..8109fc6f6b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5450,7 +5450,7 @@ }, "nifticlib": { "baseline": "2020-04-30", - "port-version": 3 + "port-version": 4 }, "nlohmann-fifo-map": { "baseline": "2018.05.07", diff --git a/versions/n-/nifticlib.json b/versions/n-/nifticlib.json index d0d41c0bf2..eecb403b5c 100644 --- a/versions/n-/nifticlib.json +++ b/versions/n-/nifticlib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d889870db5d6d2e5afc8e738c6f6451c7d237a4c", + "version-date": "2020-04-30", + "port-version": 4 + }, { "git-tree": "3c571b3db6efc2e8065ba99424995e6d720a444f", "version-date": "2020-04-30",