When git is not installed, this error occurs when running cmake:
CMake Error at cmake/c4Project.cmake:1042 (find_program):
Could not find GIT using the following names: git
Call Stack (most recent call first):
cmake/c4Project.cmake:884 (c4_proj_get_version)
cmake/c4Project.cmake:825 (c4_set_default_pack_properties)
CMakeLists.txt:110 (c4_pack_project)
Why would a library of low-level C++ utilities need git to be installed?
If git is only used at build time, I have not cloned your repository; I have downloaded the release tarball from https://github.com/biojppm/c4core/releases/tag/v0.1.11 so there is no information that git would be able to derive from the source directory.
When
gitis not installed, this error occurs when runningcmake:Why would a library of low-level C++ utilities need
gitto be installed?If
gitis only used at build time, I have not cloned your repository; I have downloaded the release tarball from https://github.com/biojppm/c4core/releases/tag/v0.1.11 so there is no information thatgitwould be able to derive from the source directory.