Skip to content

Wheels are empty #261

@thewtex

Description

@thewtex

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:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions