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

cmake: Use date command on cmake <3.10 so %B works #393

Merged
merged 1 commit into from Jan 13, 2020

Commits on Jan 13, 2020

  1. cmake: Use date command on cmake <3.10 so %B works

    Previously cmake fell back on using the date command in favour of
    TIMESTAMP when the cmake version was 3.8 or older. This lead to a case
    where a literal %B was added in the Bareos date when building with
    cmake 3.8 to 3.10.
    This patch makes cmake fall back to use the date command on versions up
    to 3.10.
    arogge committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    ffa0d4f View commit details
    Browse the repository at this point in the history