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
That is probably also an option, but for example git_describe, git_describe_working_tree, git_local_changes,.. handle this by themselves. Thus it's a bit non systematic to auto find git in some function a not in others. IMO this should be unified - none or all.
Here variable
${GIT_EXECUTABLE}
is used, butfind_package(Git QUIET)
is not called beforehand, thus it's empty resulting in empty${out}
and so on.The text was updated successfully, but these errors were encountered: