<div dir="ltr"><div><div><div><div><div><div><div><div>I am using an outside tool that uses cmake (the tool is rosmake, from the Robot Operating System). The problem is it is generating a link.txt file that has multiples instances of arguments that look like<br><br></div>-l:/usr/lib/libopencv_blahblahblah.dylib<br><br></div>Asked on stackoverflow and confirmed what I expected, that those arguments should look like<br><br></div>-L/usr/lib/libopencv_blahblah<br><br></div>or <br><br></div>-lopencv_blahblah<br><br></div>I was wondering where would I find the file responsible for creating link.txt? I am trying to parse all these Makefile2's and CMakeFiles/*.make files and getting confused.<br><br></div>Thanks,<br><br></div>Nils<br></div>