MantisBT - CMake
View Issue Details
0013492CMakeCMakepublic2012-08-27 08:472012-08-27 12:39
Stephen Kelly 
Alex Neundorf 
normalminoralways
closedno change required 
CMake 2.8.10 
 
0013492: CMake AUTOMOC does not show moc command line in VERBOSE mode.

When I use cmake .. && make VERBOSE=1, I would expect to see the command line used to invoke moc, but it is not shown.
No tags attached.
Issue History
2012-08-27 08:47Stephen KellyNew Issue
2012-08-27 08:47Stephen KellyStatusnew => assigned
2012-08-27 08:47Stephen KellyAssigned To => Alex Neundorf
2012-08-27 12:36Alex NeundorfNote Added: 0030776
2012-08-27 12:39Stephen KellyNote Added: 0030777
2012-08-27 12:39Stephen KellyStatusassigned => closed
2012-08-27 12:39Stephen KellyResolutionopen => no change required

Notes
(0030776)
Alex Neundorf   
2012-08-27 12:36   
Does it work if you do
cmake .. && VERBOSE=1 make ?
(0030777)
Stephen Kelly   
2012-08-27 12:39   
Yes. Actually further testing showed that it does actually work with make VERBOSE=1.

Sorry for the noise.