<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>&nbsp;</div><div>On 7/31/2013 7:59 PM, Michael R. Dilworth wrote:<br>&gt;&gt; Building a 64bit version of cmake,&nbsp; however a 32bit version worked before ~2.8.8<br>&gt;&gt; (sorry it's late...)<br></div><div>&gt; You should not need a 64bit cmake.&nbsp; The 32 bit version should build <br>&gt; 64/32 bits.&nbsp;&nbsp; I am not sure what you are looking for?<br></div><div>&nbsp;</div><div>He’s probably just looking for the generator itself in the cmake --help output. They are listed in the dropdown gui if you use cmake-gui...</div><div>&nbsp;</div><div>The Win64 generators are not listed explicitly in the command line --help output anymore, although you can still use the same strings that you always could to specify them with -G.</div><div>&nbsp;</div><div>You can achieve the same effect now with a&nbsp;“platform toolset” argument using the -T command line parameter.</div><div>&nbsp;</div><div>The --help output should probably still mention at least one way to specify a Win64 generator since none of the listed generators mentions anything about Win64.</div><div>&nbsp;</div><div>&nbsp;</div><div>HTH,</div><div>D</div><div>&nbsp;</div></div></body></html>