MantisBT - CMake
View Issue Details
0007477CMakeCMakepublic2008-08-10 04:352008-08-16 15:59
Andreas Pakulat 
Alex Neundorf 
normalminoralways
closedfixed 
CMake-2-6 
 
0007477: KDevelop3 generator shouldn't set make binary
Currently the KDevelop3 generator in CMake produces a .kdevelop file that changes the "make binary" entry to read "/usr/bin/make VERBOSE=1". This is wrong, the binary line should only contain the binary itself, not any arguments.

The reason this is done is to force the build in kdevelop to provide the full gcc commandlines as plugins in kdevelop need that to provide IDE features like "jump to error". In KDevelop3 there's no way to provide custom arguments to make, but the cmake-generated files also recognize the environment variable "VERBOSE" and that can be set for just the build.

So the kdevelop3 generator should set an environment entry for VERBOSE instead of appending it to the make binary entry.
No tags attached.
Issue History
2008-08-10 04:35Andreas PakulatNew Issue
2008-08-14 18:13Alex NeundorfStatusnew => assigned
2008-08-14 18:13Alex NeundorfAssigned To => Alex Neundorf
2008-08-16 15:59Alex NeundorfNote Added: 0013044
2008-08-16 15:59Alex NeundorfStatusassigned => closed
2008-08-16 15:59Alex NeundorfResolutionopen => fixed

Notes
(0013044)
Alex Neundorf   
2008-08-16 15:59   
Fixed in HEAD.

Alex