User-specified CMAKE_INSTALL_RPATH is ignored during configuration
In some configurations (such as Intel compiler with GCC standard library) having the ability to specify `CMAKE_INSTALL_RPATH` at configuration/build/install time avoids the requirement to have `LD_LIBRARY_PATH` environment variable set at run time. However, GROMACS sets this variable during configuration and ignores whatever value was set by the user.
issue