Clean up CMakeLists
11 lines of code changed in 1 file:
Mark all find_package() macros as REQUIRED
This makes missing dependencies fail at configure instead of compile
time and simplifies CMake logic.
12 lines of code changed in 1 file:
Remove client heartbeats
The server doesn't do anything useful with this information and this
feature has only been causing occasional crashes.
1 lines of code changed in 5 files: