Hi,<br><br><br>I have a question about CMP0003...<br>When I give the full path to a static library, it's supposed to link against that one... But right now I'm linking against:<br>"/usr/lib/libpthread.a" (message before the target_link_libraries call)<br>
This results however in "-Wl,-Bstatic -lpthread"... Which doesn't seem like the correct behaviour?<br><br>What could be the reason for this?<br><br><br><br>Thanks,<br>Steven<br>