I''m building a cmake library with ExternalProject_Add, then using add_library(IMPORTED) to import the target. Next, I use BundleUtilities to package the library with the rest of my software. However, I'm getting the following error:<div>
<br></div><div><pre style="margin-top:0px;margin-bottom:10px;padding:5px;border:0px;font-size:14px;vertical-align:baseline;background-color:rgb(238,238,238);font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;overflow:auto;width:auto;max-height:600px;line-height:18px">
<code style="margin:0px;padding:0px;border:0px;vertical-align:baseline;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif">warning: target 'libname.so' is not absolute...
warning: target 'libname.so' does not exist...
ldd: ./libname.so: No such file or directory</code></pre><div><div>I made sure to pass the path to the library to fixup_bundle(), how do I fix the problem?</div><div><br></div>Cheers!<div>Andrew Hundt</div></div>
</div>