For Debian / Ubuntu packages is used
-DCMAKE_SKIP_RPATH="OFF".
But I do not know what is the better :)
Have you ever tried using DCMAKE_SKIP_RPATH="ON" or deleting the option
entirely?
If DCMAKE_SKIP_RPATH= is not listed in the configuration does that mean cmake defaults to
DCMAKE_SKIP_RPATH="ON" or DCMAKE_SKIP_RPATH="OFF"?
I have no qualms with using DCMAKE_SKIP_RPATH="OFF", but we should update the
wiki if tdebase needs to be built that way.
Darrell