<div dir="ltr">On Sun, Apr 28, 2019 at 10:11 PM Osman Zakir <<a href="mailto:osmanzakir90@hotmail.com">osmanzakir90@hotmail.com</a>> wrote:<br>><br>> For VS2017 I'd do "-G"Visual Studio 15 2017 Win64"".  So for VS2019 it's "-G"Visual Studio 16 2019" -A x64"?  Kind of weird in my opinion.<br> <br>Hi,<br><br><div>sorry for brevity, I was replying from a phone. I hope you got it working in the mean time.</div><div><br></div>Here is documentation for MS2017:<br><a href="https://cmake.org/cmake/help/v3.14/generator/Visual%20Studio%2015%202017.html#platform-selection">https://cmake.org/cmake/help/v3.14/generator/Visual%20Studio%2015%202017.html#platform-selection</a><br>Note that when you specify platform within generator name, you use Win64, but when using -A, you use x64.<br>For VS2019, you have to use -A with x64, no other choices.<br><div><br></div><div>Jano<br></div></div>