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

Use find_package() for UnitTest++ no Mac OS X #172

Closed eljobe closed 7 years ago

eljobe commented 7 years ago

Prior to this chnage, there were some incorrect assumptoins about where the UnitTest++ library was being installed on Mac OS X.

Support for find_package() was added in unittest-cpp/unittest-cpp@e88121f69e1b4bf36e9d72b129f27ee7b1ed6fdb

This change just uses that newly-added functionality in the honest-profiler build process on Mac OS X.

After this change, I will also update the wiki with instructions on how to compile the whole project on Mac OS X.

RichardWarburton commented 7 years ago

Thanks for your contribution @eljobe