Unknown CMake command "pybind11_add_module"
wyang20170113 opened this issue · 2 comments
wyang20170113 commented
When I run
cmake .
I get this error:
Unknown CMake command "pybind11_add_module"
tdegeus commented
I see that you have managed!?! You could summarize the problem and the solution here for future reference?
wyang20170113 commented
Yes, I just copy pybind11 to each example, then run cmake and all the examples can be successfully complied.