[vtk-dicom] Fix cmake path (#41733)

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-10-25 13:24:55 +08:00 committed by GitHub
parent 4f3b5daf33
commit 1c1ebd343e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -37,7 +37,7 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake)
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/dicom-0.8 PACKAGE_NAME dicom)
vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,6 +1,7 @@
{
"name": "vtk-dicom",
"version": "0.8.16",
"port-version": 1,
"description": "DICOM for VTK",
"homepage": "https://github.com/dgobbi/vtk-dicom",
"license": "BSD-3-Clause",

View File

@ -9454,7 +9454,7 @@
},
"vtk-dicom": {
"baseline": "0.8.16",
"port-version": 0
"port-version": 1
},
"vtk-m": {
"baseline": "2.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "73df27ee23b96ebb4d9caad96c39f567f99ceb6f",
"version": "0.8.16",
"port-version": 1
},
{
"git-tree": "17092f6f2038b2c29c0fba0e21efcf5521bc64fa",
"version": "0.8.16",