<br><br><div class="gmail_quote">On 6 May 2011 01:12, Michael Hertling <span dir="ltr">&lt;<a href="mailto:mhertling@online.de">mhertling@online.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
</div>Yes, absolutely. Although setups with libraries which are needed in some<br>
configurations only are quite rare, AFAIK, your case shows that this may<br>
well happen. ;-) Possible - and more appropriate - solutions could be:<br>
<br>
- New target properties, say, EXTRA_LINK_LIBRARIES[_&lt;CONFIG&gt;] that<br>
  are just added to the respective targets&#39; link command lines.<br>
- Permission of empty or absent IMPORTED_LOCATION[_&lt;CONFIG&gt;]<br>
  properties; with these, you might just have said<br>
<br>
ADD_LIBRARY(pthreads SHARED IMPORTED)<br>
SET_TARGET_PROPERTIES(pthreads PROPERTIES<br>
<div class="im">    IMPORTED_LOCATION_DEBUGPTHREADS ${PTHREADS_LIBRARIES})<br>
</div>TARGET_LINK_LIBRARIES(myLib pthreads)<br>
<br>
and that&#39;s it. Perhaps, this would be worth a feature request.<br>
<br>
Regards,<br>
<font color="#888888"><br>
Michael<br></font></blockquote><div><br>I&#39;ve filed a report on the bug tracker:<br><br>    <a href="http://public.kitware.com/Bug/view.php?id=12124">http://public.kitware.com/Bug/view.php?id=12124</a><br><br>so hopefully something may get done about it sometime.<br>
<br>--<br>Glenn<br><br></div></div>