Compiling DNN leads to pybind11 error #3737
Replies: 1 comment
-
Please paste text (inside triple tick marks), not images, and the syntax in markdown for showing a link is to either directly drop the link in like normal text, or to use Anyway, you are messing with and adding too much to the CMakeLists. Just use the targets and let CMake figure the rest out. Remove all lines with |
Beta Was this translation helpful? Give feedback.
-
First of all, when I wanted to compile my DNN with cmake../ && make -j I got this type of issue(pybind11.h missing or so):
Cmake../:
https://imgur.com/38Bji0e
make -j:
https://imgur.com/D3ObL82
After addressed issued, I have cloned the repo and successfully compiled pybind 11(as you can notice that it is found with cmake command).
However, there error remained the same.
In order to have a better understanding of a problem, I am also providing you with the CMakeLists.txt of my class-tracker which is actually trying to find pybind11:
https://imgur.com/T7mlePv
Thank you for you help in adnvace.
p.s. if you have torubles opening the links, just copy and paste them in the new tabBest regards,
Luka
Beta Was this translation helpful? Give feedback.
All reactions