[CMake] Question of using cmake in Windows

Bill Hoffman bill.hoffman at kitware.com
Mon Jun 23 12:32:11 EDT 2014


On 6/23/2014 12:24 PM, jici gao wrote:
>
> So why only cmake gui version works for me, not the cmake command?
Use the -G option to the cmake on the command line to pick a generator. 
  cmake --help should list the ones supported by your version of cmake.


-Bill



More information about the CMake mailing list