mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 01:29:18 +08:00
[nifticlib] fix installation of cmake config files (#30124)
This commit is contained in:
parent
72a711e5fb
commit
090b767f02
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -5450,7 +5450,7 @@
|
||||
},
|
||||
"nifticlib": {
|
||||
"baseline": "2020-04-30",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"nlohmann-fifo-map": {
|
||||
"baseline": "2018.05.07",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d889870db5d6d2e5afc8e738c6f6451c7d237a4c",
|
||||
"version-date": "2020-04-30",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "3c571b3db6efc2e8065ba99424995e6d720a444f",
|
||||
"version-date": "2020-04-30",
|
||||
|
Loading…
x
Reference in New Issue
Block a user