Hi,<br><br>I'm using the cache to avoid multiple target of the same library:<br><br>if( not libname_already_defined )<br> set( libname_already_defined TRUE CACHE INTERNAL TRUE )<br> ...<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'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't contain the libraries.<br>
<br>Is there any workaround for the problem ?<br><br>Cheers,<br>FĂ©lix C. Morency<br>