On Thu, Feb 7, 2013 at 12:41 PM, Yngve Inntjore Levinsen <span dir="ltr">&lt;<a href="mailto:yngve.levinsen@gmail.com" target="_blank">yngve.levinsen@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
    I think you are fighting the tool in any case, because you are
    asking to build multiple configurations in one build folder (?).
    Normally you would create one build folder per configuration.. Which
    I guess is what you are doing today.<br></div></blockquote><div> </div><div>No, the Visual Studio generator is not a &quot;<i>single-configuration generator&quot;</i>. all configurations are bundled into the single generated solution file. This is the standard behavior of CMake under &quot;basic&quot; usage.</div>
<div><br></div><div>Your solution using ExternalProject looks promising, though, I will try this out. Thanks!</div></div>