Skip to content

Matlab installation not found even if it is in the path #2

@willyd

Description

@willyd

Hi,

The find_program command cannot find matlab on windows because mex and mexext are batch files. Changing

find_program(MEX_CMD mex)
find_program(MEXEXT_CMD mexext)

to

find_program(MEX_CMD mex.bat)
find_program(MEXEXT_CMD mexext.bat)

fixes the problem.

Could you please fix this in the next version?

Thanks

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