Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.55k stars 215 forks source link

src/test/CMakeLists.txt: Added support for external googletest #194

Closed emmenlau closed 4 years ago

emmenlau commented 4 years ago

This PR adds support for an external googletest library to src/test/CMakeLists.txt. It is very straightforward: if an external GTest is available, it will be used. If not, the internal will be used.

I've also added a check if the internal googletest is available, to print a nice error message if not.