Lines Matching +full:python3 +full:- +full:github
3 # -----------
10 find_package(Python3 COMPONENTS Interpreter Development)
16 # @rpath/Python3.framework/Versions/3.x/Python3
18 # This means that we need to compute the path to the Python3.framework
22 # called Python.framework instead of Python3.framework.
23 if (APPLE AND Python3_LIBRARIES MATCHES "Python3.framework")
24 string(FIND "${Python3_LIBRARIES}" "Python3.framework" python_framework_pos)
50 # Technically this can happen with non-Windows builds too, but we are not
54 "<https://github.com/swig/swig/issues/1321>. Please use SWIG >= 4.0.")