You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only time a binary or shared library in a Debian package should set RPATH or RUNPATH is if it is linked to private shared libraries in the same package. In that case, place those private shared libraries in /usr/lib/package. Libraries used by binaries in other packages should be placed in /lib or /usr/lib as appropriate, with a proper SONAME, in which case RPATH/RUNPATH is unnecessary.
In this project, the follow libraries installed to ${PLUGIN_INSTALL_DIR}, it should must be fixed. The correct directory that target will installed is /usr/lib/.
The only time a binary or shared library in a Debian package should set RPATH or RUNPATH is if it is linked to private shared libraries in the same package. In that case, place those private shared libraries in /usr/lib/package. Libraries used by binaries in other packages should be placed in /lib or /usr/lib as appropriate, with a proper SONAME, in which case RPATH/RUNPATH is unnecessary.
In this project, the follow libraries installed to
${PLUGIN_INSTALL_DIR}
, it should must be fixed. The correct directory that target will installed is/usr/lib/
.I think you should use
GNUInstallDirs
to set it.kylin-burner/plugins/project/audiometainforenamer/CMakeLists.txt
Line 12 in 537117b
kylin-burner/plugins/project/audioprojectcddb/CMakeLists.txt
Line 10 in 537117b
kylin-burner/plugins/encoder/sox/CMakeLists.txt
Line 19 in 537117b
kylin-burner/plugins/encoder/external/CMakeLists.txt
Line 29 in 537117b
kylin-burner/plugins/encoder/lame/CMakeLists.txt
Line 27 in 537117b
kylin-burner/plugins/encoder/ogg/CMakeLists.txt
Line 24 in 537117b
kylin-burner/plugins/decoder/ffmpeg/CMakeLists.txt
Line 14 in 537117b
kylin-burner/plugins/decoder/flac/CMakeLists.txt
Line 28 in 537117b
kylin-burner/plugins/decoder/libsndfile/CMakeLists.txt
Line 7 in 537117b
kylin-burner/plugins/decoder/mp3/CMakeLists.txt
Line 11 in 537117b
kylin-burner/plugins/decoder/musepack/CMakeLists.txt
Line 10 in 537117b
kylin-burner/plugins/decoder/ogg/CMakeLists.txt
Line 5 in 537117b
kylin-burner/plugins/decoder/wave/CMakeLists.txt
Line 5 in 537117b
The text was updated successfully, but these errors were encountered: