<div dir="ltr">If you want a 64 bit solution easily you can specify it by using the generator name "Visual Studio 15 2017 Win64" <div><br></div><div>CMake documentation on the Visual Studio Generator clarifies this: <a href="https://cmake.org/cmake/help/v3.8/generator/Visual%20Studio%2015%202017.html">https://cmake.org/cmake/help/v3.8/generator/Visual%20Studio%2015%202017.html</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 16, 2017 at 1:55 PM, 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 Tue, May 16, 2017 at 08:53:03 -0700, MarWas18 wrote:<br>
> >Use the `-A x64` option when configuring to use the x64 architecture. <br>
><br>
> The problem is that there is no such choice in my Visual Studio. I may<br>
> select only ,,Win32" or ,,Configuration Manager...".<br>
<br>
</span>You need to tell CMake to generate a 64bit-aware project. That one will<br>
not build a 32bit binary.<br>
<span class="HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>