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

vtkvmtkITK missing in VMTKConfig.cmake.in #342

Open
jackyko1991 opened this issue Nov 28, 2019 · 1 comment
Open

vtkvmtkITK missing in VMTKConfig.cmake.in #342

jackyko1991 opened this issue Nov 28, 2019 · 1 comment

Comments

@jackyko1991
Copy link

I am trying to using vmtk with C++ classes for itk image io. In the associated python scripts (https://github.com/vmtk/vmtk/blob/master/vmtkScripts/vmtkimagereader.py) for image loader, ITK image is readed with vtkvmtkITKArchetypeImageSeriesScalarReader()

The C++ source file is found to be located at https://github.com/vmtk/vmtk/tree/master/vtkVmtk/Utilities/vtkvmtkITK. However, at the vmtk config file for included directory export https://github.com/vmtk/vmtk/blob/master/CMake/VMTKConfig.cmake.in, the associated path seems missing.

The line

${VMTK_CPP_SOURCE_DIRS}/Utilities/vtkvmtkITK

should be added to the file

Also I suspect if the library name in this file https://github.com/vmtk/vmtk/blob/master/vtkVmtk/Utilities/vtkvmtkITK/CMakeLists.txt

should be ITK instead of vtkvmtkITK

Hopefully this bug will be fixed in coming update.

@kayarre
Copy link
Contributor

kayarre commented Nov 29, 2021

Is this issue resolved when using the latest master branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants