<div dir="ltr"><span style="font-size:12.8000001907349px">I run CMake into two different output folders, one for 32bit with the 32bit generator and one for 64bit with the 64bit generator.</span><div style="font-size:12.8000001907349px">Works fine for me. It also allows for much easier 32/64bit-specific configuration, because you don't need to mess with Visual Studio configuration files.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">No idea if links to private blogs are allowed in here (Tell me otherwise). I wrote a blog entry on this:</div><div style="font-size:12.8000001907349px"><a href="http://benjaminhopfer.com/2014/08/24/qt-5-vtk-6-and-visual-studio-development-environment/" target="_blank">http://benjaminhopfer.com/2014/08/24/qt-5-vtk-6-and-visual-studio-development-environment/</a><br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Kind Regards,</div><div style="font-size:12.8000001907349px">Benjamin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 27, 2015 at 4:42 AM, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Mar 26, 2015 at 20:31:37 +0100, Karsten Tausche wrote:<br>
> I just realized that I selected the 64bit compiler in the screenshot.<br>
> You have to select the 32bit version there (e.g., "Visual Studio 12<br>
> 2013", without the "Win64" suffix).<br>
> Switching to 32bit in the configuration manager always leads to build<br>
> errors, as this somehow breaks the configuration done by CMake. (At<br>
> least i didn't find a working way to switch between 32/64 in VS, for<br>
> solutions that are generated by CMake).<br>
<br>
</span>Some of the cache variables probably stick around and aren't cleared out<br>
when doing this (like CMAKE_SIZE_OF_VOIDP). Since any number of cache<br>
variables might need to be invalidated, it is best to just use a clean<br>
build tree.<br>
<span class="HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>