JPEG2000 and SWIG

I’m having a build problem from the GitHub site that I cannot get past:
CMake Error at Wrapping/Generators/SwigInterface/CMakeLists.txt:377 (add_dependencies):
The dependency target “ITKIOJPEG2000Swig” of target “ITKReviewSwig” does
not exist.
Call Stack (most recent call first):
Wrapping/Generators/CMakeLists.txt:87 (itk_end_wrap_module_swig_interface)
Wrapping/TypedefMacros.cmake:123 (itk_end_wrap_module_all_generators)
Modules/Nonunit/Review/wrapping/CMakeLists.txt:3 (itk_end_wrap_module)

I do not see target ITKIOJPEG2000Swig.

Anyone know what’s going wrong and how I can start to fix this?

Hi @melrobin,

This patch will address the issue:

http://review.source.kitware.com/#/c/23847

OK, that worked. Thank you very much! I have another problem with Isotropic Wavelets, but I’ll try to troubleshoot and post as a separate question.

1 Like