BASIS
BASIS copied to clipboard
FindPythonModules does not work with Python3
With Python3 you need parenthesis with print, i.e.
print(${ARGN_NAME}.__file__)
instead of
print ${ARGN_NAME}.__file__