jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Make unittest++ optional for cmake build #264

Open headius opened 4 years ago

headius commented 4 years ago

The unittest++ requirement is onerous for building on a restricted system that only has CMake and C++ available. This makes it optional.

Note: I was unable to test this on Linux or with user-provided UnitTest++ headers. Help wanted!