MantisBT - CMake
View Issue Details
0010734CMakeCMakepublic2010-05-19 09:382010-05-20 10:37
Marcus D. Hanwell 
Clinton Stimpson 
normalminoralways
closedfixed 
CMake-2-8 
CMake-2-8 
0010734: cmake-gui from master does not respect dot argument
I usually start cmake-gui in the build directory using 'cmake-gui .' and it automatically uses the current directory as the build directory. This stopped working in master recently (tested with a fresh build from master yesterday - 3d784cc7528672b68e07e65c7287d4db1a12b79f). I verified this works in CMake 2.8.1 as expected, and with ccmake. This is on 64 bit Linux using Qt 4.6.2.
No tags attached.
Issue History
2010-05-19 09:38Marcus D. HanwellNew Issue
2010-05-19 09:38Marcus D. HanwellStatusnew => assigned
2010-05-19 09:38Marcus D. HanwellAssigned To => Clinton Stimpson
2010-05-19 18:18Clinton StimpsonNote Added: 0020793
2010-05-19 18:18Clinton StimpsonStatusassigned => resolved
2010-05-19 18:18Clinton StimpsonResolutionopen => fixed
2010-05-20 10:37Marcus D. HanwellNote Added: 0020803
2010-05-20 10:37Marcus D. HanwellStatusresolved => closed
2010-05-20 10:37Marcus D. HanwellFixed in Version => CMake-2-8

Notes
(0020793)
Clinton Stimpson   
2010-05-19 18:18   
Fixed.
(0020803)
Marcus D. Hanwell   
2010-05-20 10:37   
Just tested your fix and that is much better. Thanks.