tdegeus/pybind11_examples

Unknown CMake command "pybind11_add_module"

wyang20170113 opened this issue · 2 comments

When I run

cmake .

I get this error:

Unknown CMake command "pybind11_add_module"

I see that you have managed!?! You could summarize the problem and the solution here for future reference?

Yes, I just copy pybind11 to each example, then run cmake and all the examples can be successfully complied.