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
Currently it is required when updating the project's git revision hash. However, the GetGitRevisionDescription module already looks for Git and falls back as needed.
# ------------------------------------------------------------------------------# Project description and (meta) information# ------------------------------------------------------------------------------# Get git revisionfind_package(Git REQUIRED)
include(GetGitRevisionDescription)
The find_package(Git REQUIRED) should just be removed.
The text was updated successfully, but these errors were encountered:
Currently it is required when updating the project's git revision hash. However, the
GetGitRevisionDescription
module already looks for Git and falls back as needed.The
find_package(Git REQUIRED)
should just be removed.The text was updated successfully, but these errors were encountered: