Skip to content

Remove the git dependency from the build process #851

Description

@jubilee4321

I build pcb2gocde from the source files available on Github. I can't use git because it is unable to clone the repository.

This means that each time I build pcb2gcode I get error messages in the output complaining that the git cannot be found, or, if I do install git, that it fails to find the repository.

To eliminate the error messages I have been manually editing CMakeLists.txt so that the line set(PCB2GCODE_GIT_VERSION "unknown") is changed to set(PCB2GCODE_GIT_VERSION "<hash from github page>")

Can pcb2gcode be updated to not require needing git when building from source?

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