The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12436 ====================================================================== Reported By: Andrew Wiggin Assigned To: ====================================================================== Project: CMake Issue ID: 12436 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-08-31 10:46 EDT Last Modified: 2011-08-31 10:46 EDT ====================================================================== Summary: Default project generation is inconsistent between cmake-gui and cmake (command line) Description: I start either cmake-gui or cmake from a command prompt that has is setup for compilation using VS10 64-bit compilers.
cmake-gui correctly detects the build environment and generates projects that are targeted at 64-bit, but cmake generates projects that are targeted at 32-bit. Steps to Reproduce: on 64-bit machine with vs10 installed, from a 64-bit command prompt: Type the following to setup a 64-bit environment (changing based on where vs10 is installed of course) "c:\program files (x86)\microsoft visual studio 10.0\vc\vcvarsall" x64 And then use cmake & cmake-gui to generate build files for your project, without changing any defaults. Load the projects into VS10 and compare the target platforms. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-08-31 10:46 Andrew Wiggin New Issue ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
