Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: INSTALL_RPATH for linux using lib64 (#975)
I found that the RPATH is not properly set for linux distributions that use lib64 as the default library directory(e.g., RedHat or CentOS). I changed the RPATH to follow the directory which libktx is actually installed by using the value of CMAKE_INSTALL_LIBDIR.
- Loading branch information