Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vtk-dicom] Fix cmake path #12839

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ports/vtk-dicom/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: vtk-dicom
Version: 0.8.12-1
Version: 0.8.12
Port-Version: 2
Description: DICOM for VTK
Homepage: https://github.com/dgobbi/vtk-dicom
Build-Depends: vtk[core], zlib
Expand Down
2 changes: 1 addition & 1 deletion ports/vtk-dicom/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vcpkg_configure_cmake(
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/vtk TARGET_PATH share/DICOM)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not the right fix. Could it be that the correct find_package call is find_package(VTK COMPONENTS DICOM). Also the port vtk-dicom is up for removal since it is planned to be integrated into VTK

vcpkg_copy_pdbs()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
Expand Down