Skip to content

Build dependency missing from readme #31

@deniz-unal

Description

@deniz-unal

The project's build configuration requires git to be installed on the system, but it is currently not listed in the dependencies section of the readme file.
In ProjectGitVersion.cmake, the build tries to locate Git with the REQUIRED flag. If Git is not present, CMake fails with this message:

CMake Error at /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Git (missing: GIT_EXECUTABLE)

README.md should be updated to include Git as a build dependency.

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