-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
When it comes to make the wheel contents on the release
branch for v5.4rc02, CMake is spitting out warnings about empty variables related to the ITK_MODULE_*_GROUP
variables.
It is likely that this code has issues:
ITKPythonPackage/cmake/ITKPythonPackage.cmake
Lines 34 to 35 in 4936bcc
file( STRINGS ${_module_file} _module_line REGEX "itk_module[ \n]*\\([ \n]*[A-Za-z0-9]*" ) | |
string( REGEX MATCH "(\\([ \n]*)([A-Za-z0-9]*)" _module_name ${_module_line} ) |
That was similarly addressed in:
InsightSoftwareConsortium/ITK@6384cd0
CC @jcfr
Metadata
Metadata
Assignees
Labels
No labels