project8 / scarab

Utility library
Other
1 stars 0 forks source link

Added fix so that pybind11 and cpython use consistent version #85

Closed cain986 closed 3 years ago

cain986 commented 3 years ago

Figured this out based on this answer. Without this line in CMakeLists.txt pybind11 ends up using python3.7 even though cmake finds python3.8, which means python3.8 can't import the scarab shared library once it gets built