Closed mrp089 closed 1 year ago
When running cmake on Ubuntu 22, pybind never detected my pyenv Python but used the system one.
cmake
pybind
pyenv
Fix: Set pybind Python version in CMakeLists.txt.
CMakeLists.txt
When running
cmake
on Ubuntu 22,pybind
never detected mypyenv
Python but used the system one.Fix: Set
pybind
Python version inCMakeLists.txt
.