Closed
Description
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
Labels
No labels