OpenRV
OpenRV copied to clipboard
#include <sys/sysctl.h> deprecated from glibc on recent distros add conditional import that only runs if the distro is old enough.
#include <sys/sysctl.h> Deprecated from glibc on EL9.
Please add conditional statement that checks how recent your system is to OpenRV/src/lib/base/TwkUtil/SystemInfo.cpp,