With Rivermax SDK 1.30.16 I got an error when configuring project with CMake : Failed to determine the version of Rivermax
Here CMake tries to extract Rivermax version by parsing rivermax_api.h and looking for line starting with #define RMAX_: https://github.com/NVIDIA/Rivermax/blob/master/cmake/FindRivermax.cmake#L183
In SDK 1.30.16, there is no such line in that header, instead the version definition are in rivermax_defs.h and the define name are stlightly different.