MantisBT - CMake
View Issue Details
0012446CMakeCMakepublic2011-09-05 22:192012-02-06 06:07
Matthew McCormick 
David Cole 
normalminoralways
closedfixed 
CMake-2-8 
CMake 2.8.6CMake 2.8.6 
0012446: cmake -E build does not work.
This was not finished when implemented, and it just spits out the usage when attempting to use the command.
do

  cmake -E build build_dir
Patch attached.
No tags attached.
patch 0001-BUG-Implement-cmake-E-build-build_dir-12446.patch (1,533) 2011-09-05 22:21
https://public.kitware.com/Bug/file/4045/0001-BUG-Implement-cmake-E-build-build_dir-12446.patch
patch 0001-BUG-Remove-documentation-for-E-build-12446.patch (1,848) 2011-09-06 08:32
https://public.kitware.com/Bug/file/4046/0001-BUG-Remove-documentation-for-E-build-12446.patch
Issue History
2011-09-05 22:19Matthew McCormickNew Issue
2011-09-05 22:21Matthew McCormickFile Added: 0001-BUG-Implement-cmake-E-build-build_dir-12446.patch
2011-09-06 07:39David ColeNote Added: 0027371
2011-09-06 07:39David ColeAssigned To => David Cole
2011-09-06 07:39David ColeStatusnew => assigned
2011-09-06 07:40David ColeNote Added: 0027372
2011-09-06 07:40David ColeStatusassigned => resolved
2011-09-06 07:40David ColeFixed in Version => CMake 2.8.6
2011-09-06 07:40David ColeResolutionopen => no change required
2011-09-06 08:31Matthew McCormickNote Added: 0027373
2011-09-06 08:31Matthew McCormickStatusresolved => feedback
2011-09-06 08:31Matthew McCormickResolutionno change required => reopened
2011-09-06 08:32Matthew McCormickFile Added: 0001-BUG-Remove-documentation-for-E-build-12446.patch
2011-09-06 17:33David ColeNote Added: 0027387
2011-09-06 17:33David ColeStatusfeedback => assigned
2011-09-06 17:46David ColeTarget Version => CMake 2.8.6
2011-09-06 17:46David ColeNote Added: 0027388
2011-09-06 17:46David ColeStatusassigned => resolved
2011-09-06 17:46David ColeResolutionreopened => fixed
2012-02-06 06:07David ColeNote Added: 0028495
2012-02-06 06:07David ColeStatusresolved => closed

Notes
(0027371)
David Cole   
2011-09-06 07:39   
"cmake --build" does work, though.

We are not going to duplicate "cmake --build" functionality via cmake -E...
(0027372)
David Cole   
2011-09-06 07:40   
Use the existing "cmake --build" not "cmake -E build"
(0027373)
Matthew McCormick   
2011-09-06 08:31   
If the functionality is not added, the documentation should be removed.

Patch attached.
(0027387)
David Cole   
2011-09-06 17:33   
Wow. I did not realize "cmake -E" actually documented it and that's why you were trying it... That should never have been in there, even though it's actually been in there for quite some time now.

Sorry about that.

Thanks for providing the "remove the documentation" patch.
(0027388)
David Cole   
2011-09-06 17:46   
Documentation change patch applied and merged to 'next':

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=96d106a78d1dc634cc635678afa399f1f5e15ff3 [^]
(0028495)
David Cole   
2012-02-06 06:07   
Closing resolved issues that have not been updated in more than 4 months.