···3131 // If you are building on Windows, you will need to explicitly set eigenIncludeDir in your
3232 // local.properties file since the default value provided below only makes sense on *nix
3333 eigenIncludeDir = project.findProperty('eigenIncludeDir') ?: '/usr/include/eigen3'
3434+3535+ // If you're having trouble with a "can't find python" CMake error, you can specify the path to
3636+ // Python 3 explicitly in local.properties with a property named "pythonBinary"
3737+ pythonBinary = project.findProperty('pythonBinary')
3438}
35393640allprojects {