cmake-basis/BASIS

FindPythonModules does not work with Python3

rettenbs opened this issue · 0 comments

With Python3 you need parenthesis with print, i.e.

print(${ARGN_NAME}.__file__)

instead of

print ${ARGN_NAME}.__file__