Commit ba97833
authored
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.1 parent aa6af91 commit ba97833
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments