mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:38:03 +08:00
[vtk-dicom] Fix cmake path (#41733)
Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
parent
4f3b5daf33
commit
1c1ebd343e
@ -37,7 +37,7 @@ vcpkg_cmake_configure(
|
|||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_install()
|
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()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vtk-dicom",
|
"name": "vtk-dicom",
|
||||||
"version": "0.8.16",
|
"version": "0.8.16",
|
||||||
|
"port-version": 1,
|
||||||
"description": "DICOM for VTK",
|
"description": "DICOM for VTK",
|
||||||
"homepage": "https://github.com/dgobbi/vtk-dicom",
|
"homepage": "https://github.com/dgobbi/vtk-dicom",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -9454,7 +9454,7 @@
|
|||||||
},
|
},
|
||||||
"vtk-dicom": {
|
"vtk-dicom": {
|
||||||
"baseline": "0.8.16",
|
"baseline": "0.8.16",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"vtk-m": {
|
"vtk-m": {
|
||||||
"baseline": "2.1.0",
|
"baseline": "2.1.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "73df27ee23b96ebb4d9caad96c39f567f99ceb6f",
|
||||||
|
"version": "0.8.16",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "17092f6f2038b2c29c0fba0e21efcf5521bc64fa",
|
"git-tree": "17092f6f2038b2c29c0fba0e21efcf5521bc64fa",
|
||||||
"version": "0.8.16",
|
"version": "0.8.16",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user