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

Deprecate GzPython.cmake #431

Merged
merged 2 commits into from
Jun 1, 2024
Merged

Deprecate GzPython.cmake #431

merged 2 commits into from
Jun 1, 2024

Commits on May 24, 2024

  1. Deprecate GzPython.cmake

    It's better to call find_package(Python3) directly so the
    user has better control over which COMPONENTS are requested.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed May 24, 2024
    Configuration menu
    Copy the full SHA
    369e8d1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Use find_package(Python3) instead of GzPython

    Update GzBuildTests.cmake and GzCodeCheck.cmake to
    stop using GzPython.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed May 25, 2024
    Configuration menu
    Copy the full SHA
    bf2f08e View commit details
    Browse the repository at this point in the history