gabyx / ApproxMVBB

Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
Mozilla Public License 2.0
441 stars 93 forks source link

Just a correction to google test brach name #47

Closed jediofgever closed 2 years ago

jediofgever commented 2 years ago

Hi, Not really an issue, but want to mention it. Github changed default branch naming from master -> main.

The google test branch also needs to be renamed to main, https://github.com/gabyx/ApproxMVBB/blob/58892b8f2ffc87257d0fd13d324a30339eced28e/tests/CMakeLists.txt#L5 otherwise, it fails to find the repository. Best.

gabyx commented 2 years ago

Thanks.

Fixed.