···2222 sharedTargetSdk = 30
2323 sharedMinSdk = 26
24242525- // If you get an error here, make sure you have this set in local.properties
2626- eigenIncludeDir = project.property('eigenIncludeDir')
2525+ // If you are building on Windows, you will need to explicitly set eigenIncludeDir in your
2626+ // local.properties file since the default value provided below only makes sense on *nix
2727+ eigenIncludeDir = project.findProperty('eigenIncludeDir') ?: '/usr/include/eigen3'
2728}
28292930allprojects {