<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><div><br>> IMHO this is a RTFM problem, since the generated documentation mentions ARM and Win64</div><div>> generators.<br></div><div>Yes, well. “cmake --help” *is* a FM, IMHO.</div><div> </div><div>But now, when I’m in the cmd prompt:</div><div> </div><div>C:\dev>cmake --help | findstr Visual<br> Visual Studio 6 = Generates Visual Studio 6 project files.<br> Visual Studio 7 = Generates Visual Studio .NET 2002 project<br> Visual Studio 10 = Generates Visual Studio 10 (2010) project<br> Visual Studio 11 = Generates Visual Studio 11 (2012) project<br> Visual Studio 12 = Generates Visual Studio 12 (2013) project<br> Visual Studio 7 .NET 2003 = Generates Visual Studio .NET 2003 project<br> Visual Studio 8 2005 = Generates Visual Studio 8 2005 project files.<br> Visual Studio 9 2008 = Generates Visual Studio 9 2008 project files.</div><div> </div><div>C:\dev>cmake --help | findstr Win64</div><div> </div><div>C:\dev>cmake --help | findstr ARM</div><div> </div><div>C:\dev>rem Huh. There used to be Win64 generators. Wonder what happened to them?</div><div> </div><div> </div><div>I always use “cmake --help” when I’m in the cmd prompt so that I can copy and paste a generator name. Since they’re not named nicely/consistently across all versions of VS, I am constantly reminding myself of the correct full string.</div><div> </div><div>If you don’t want to have cmake --help list the same exact set of stuff available in the drop-down in cmake-gui, I think you’re asking for questions like this for a long time to come.</div><div> </div><div>At least list the ones that used to be there, and say “hey here’s a better way to do this now with -T”. Or mention “Win64” and “ARM” in the -T help so somebody looking for Win64 will see it.</div><div> </div><div>You say RTFM, I say, “OK, what page is the Win64 stuff on?”</div><div> </div><div> </div><div>Thanks,</div><div>D</div><div> </div></div></body></html>