InsightSoftwareConsortium / ITKPythonPackage

A setup script to generate ITK Python Wheels
https://itkpythonpackage.readthedocs.io
Apache License 2.0
64 stars 22 forks source link

Fix extraction of itk group name #262

Closed jcfr closed 11 months ago

jcfr commented 11 months ago

The following warning is still reported:

CMake Warning (dev) at cmake/ITKPythonPackage.cmake:86 (message):
  Variable ITK_MODULE_ITKKWIML_GROUP is not defined
Call Stack (most recent call first):
  CMakeLists.txt:532 (ipp_is_module_python_wrapped)
This warning is for project developers.  Use -Wno-dev to suppress it.
jcfr commented 11 months ago

The KWIML module has been removed in InsightSoftwareConsortium/ITK@3a4fbd65a78101a12119bd9fd4c369b9c2e3f4bd

jcfr commented 11 months ago

The KWIML error was unrelated and were due to an older ITK build tree I was using.