You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, a python+pybind project needs to have a dummy .cpp file so cmake will not complain that the set of files to compile is empty (*.pybind.cpp files are managed in another set).
It would be nice to remove this requirement