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

Write a version file for the CMake package #1165

Merged
merged 2 commits into from
Feb 24, 2023
Merged

Write a version file for the CMake package #1165

merged 2 commits into from
Feb 24, 2023

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    dc31c27 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Drop redundant argument

    > If no VERSION is given, the PROJECT_VERSION variable is used.
    
    Since we set the project version to `${VERSION}`, we can safely skip
    passing it to `write_basic_package_version_file` as well.
    Neverlord committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8d59429 View commit details
    Browse the repository at this point in the history