Skip to content

Missing file pybind11Targets.cmake? #1733

Closed
@VictorEijkhout

Description

@VictorEijkhout

I have what looks like a successful installation of pybind11, but building another package on top of it causes a message that pybind11Targets.cmake is missing. Which it is.

There are one or two more tickets about this, but they kinda seem to have "gone away of their own accord".

My installation is nothing special:

cmake \ 
    -D CMAKE_INSTALL_PREFIX=${PYBIND11_INSTALL} \ 
    -D PYTHON_EXECUTABLE=`which python3` \ 
    -D PYBIND11_INSTALL=ON \ 
    -D PYBIND11_MASTER_PROJECT=ON \
    -D PYBIND11_TEST=OFF \ 
   ${PYBIND11_SRC}```

(Some of those options are pure voodoo programming....)

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