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

Permit building python bindings separately from libsdformat library #1491

Draft
wants to merge 3 commits into
base: scpeters/improve_installation_instructions
Choose a base branch
from

Commits on Oct 15, 2024

  1. Support building bindings as standalone project

    Signed-off-by: Silvio Traversaro <[email protected]>
    traversaro authored and scpeters committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1985c90 View commit details
    Browse the repository at this point in the history
  2. Fix python install path

    Use CMAKE_INSTALL_LIBDIR from GNUInstallDirs instead
    of GZ_LIB_INSTALL_DIR, which won't be available if
    only building python bindings.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4644d3b View commit details
    Browse the repository at this point in the history
  3. Add details about building python bindings

    * Document SKIP_PYBIND11 cmake option
    * Document how to build bindings separately from the
      main libsdformat library
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1d2462a View commit details
    Browse the repository at this point in the history