Hi,
I used install(RUNTIME_DEPENDENCY_SET to install my binary and its dependencies. It depends on multiple other libs coming from other packages so it is not installed to /usr/lib (or similar).
The warning mentioned in doc occur:
So my question is: How do i fix those warning? I can not copy those libs to system dirs, i do not want to change my system.
Adding those paths to runpath (of the target that created the dependency set) also does not solve this.