DarkRadiant: master bf5eaaa9

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 20.12.2020 20:05 master 0f8c12a7
Changeset Avoid hard-coded 'lib' in relative RPATH

On some systems CMake defaults to 'lib64' rather than 'lib' as the destination
for library files, so the relative path '$ORIGIN/../lib/darkradiant' does not
work. It seems that CMAKE_INSTALL_LIBDIR contains the bare directory name so we
can use it instead of 'lib' when setting the RPATH.
mod - CMakeLists.txt Diff File