Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GetGitRevisionDescription.cmake #416

Merged
merged 1 commit into from
Dec 27, 2014
Merged

Remove GetGitRevisionDescription.cmake #416

merged 1 commit into from
Dec 27, 2014

Commits on Dec 27, 2014

  1. Remove GetGitRevisionDescription.cmake

    GetGitRevisionDescription.cmake uses a somewhat contrived method to obtain the
    hash of the commit pointed by the repository's HEAD. This method fails on
    unusual, but still valid repository layouts.
    
    This commit removes cmake/GetGitRevisionDescription.cmake{,.in}, replacing its
    functionality with direct use of Git's plumbing.
    Marco Schulze committed Dec 27, 2014
    Configuration menu
    Copy the full SHA
    d92cd2f View commit details
    Browse the repository at this point in the history