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

Note on building in windows given multiple Python installations #4245

Open
wants to merge 3 commits into
base: rolling
Choose a base branch
from

Commits on Mar 29, 2024

  1. Added Note to Windows-Development-Setup.rst

    Added Note under the 'build the code in the workspace' section: https://docs.ros.org/en/rolling/Installation/Alternatives/Windows-Development-Setup.html#build-the-code-in-the-workspace
    
    Informs users of cmake-args useful in setting specific Python directories for the windows build on a system with multiple Python installations.
    coarsedamavand authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bbf5954 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    7d677d7 View commit details
    Browse the repository at this point in the history
  2. Update CMake args fo Python specification

    Following testing, updated which CMake args are necessary to avoid build errors arising from incorrect python installs being found and used.
    coarsedamavand authored May 27, 2024
    Configuration menu
    Copy the full SHA
    6fa21db View commit details
    Browse the repository at this point in the history