You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cmake configuration checks for git even when cmake is executed from a versioned source download.
Cmake needs to be adjusted to skip this check in this case.
Error:
-- Found Git: /usr/bin/git (found version "2.40.0")
CMake Warning at src/version_string.cmake:38 (message):
Git failed (not a repo, or no tags).
Call Stack (most recent call first):
src/CMakeLists.txt:185 (include)
-- version_string.cmake read from file GIT_COMMIT_ID:
-- OpenCAMLib version: ..
CMake Error at src/version_string.cmake:39 (file):
file failed to open for reading (No such file or directory):
/builddir/build/BUILD/opencamlib-2023.01.11/src/git-tag.txt
Call Stack (most recent call first):
src/CMakeLists.txt:185 (include)
CMake Error at src/version_string.cmake:40 (string):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
src/CMakeLists.txt:185 (include)
The text was updated successfully, but these errors were encountered:
The cmake configuration checks for git even when cmake is executed from a versioned source download.
Cmake needs to be adjusted to skip this check in this case.
Error:
The text was updated successfully, but these errors were encountered: