xspanger3770 / GlobalQuake

Experimental application for monitoring earthquakes world-wide in near real time. Capable of issuing its own earthquake early warnings (EEW).
MIT License
281 stars 41 forks source link

Use find_package in CMakeLists to search for JNI #281

Closed Simulping closed 2 months ago

Simulping commented 2 months ago

Instead of hardcoding the JNI path which would only work on Ubuntu, use find_package to search for JNI in the user's system regardless of their operating system choice.