Skip to content

Windows tool paths require .exe when passed to CMake #1391

Open
@gr1mpatr0n

Description

@gr1mpatr0n

CMake does not accept paths to tools which look like c:/msys64/mingw64/bin/gcc, reporting "... is not a full path to an existing compiler tool."

It needs to have ".exe" appended to the tool names. Not sure how this hasn't been spotted yet but here we are 😄. This is probably good practise for passing tools to any underlying build system on Windows.

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