pyomeca / ezc3d

Easy to use C3D reader/writer for C++, Python and Matlab
https://pyomeca.github.io/Documentation/ezc3d/index.html
MIT License
145 stars 46 forks source link

Please consider using pre-installed googletest when available #256

Closed yurivict closed 1 year ago

yurivict commented 2 years ago

googletest-1.11.0 is installed from a package, yet you still look for a bundled googletest.

Please consider using external googletest when available.

pariterre commented 1 year ago

Dear @yurivict

Is there an issue installing a standardised version of the test suite? In my opinion, using an uncontrolled version of the test suite may result in tests failing if the API is not the same between the version used to create the tests and a local one, one may have. I feel that out of simplicity, it is actually better to stick to a uniform version of the google test suite.