Skip to content

Add pybind path to CMAKE_PREFIX_PATH #213

Description

@zouzias

Currently, the developers must do pip install pybind11[global].

We should fix this by CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:$(python -c 'import torch, pybind11; print(torch.utils.cmake_prefix_path + ":" + pybind11.get_cmake_dir())')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions