Hi,<br><br>I&#39;m using the cache to avoid multiple target of the same library:<br><br>if( not libname_already_defined )<br>&nbsp;&nbsp; set( libname_already_defined TRUE CACHE INTERNAL TRUE )<br>&nbsp;&nbsp; ...<br>endif( not libname_already_defined )<br>
<br>It works well under linux using the command line tool. The command line also produces a good solution to be used under VS. However, the GUI tool doesn&#39;t seems to behave like the command line tool. The problem is that the GUI tool performs a configure twice and the second time, the variables in the cache are already set. The results is that the outputted solution doesn&#39;t contain the libraries.<br>
<br>Is there any workaround for the problem ?<br><br>Cheers,<br>FĂ©lix C. Morency<br>