MantisBT - CMake
View Issue Details
0000928CMakepublic2004-06-15 11:572004-06-22 13:11
Brad King 
Ken Martin 
normalmajoralways
closedfixed 
 
 
0000928: Current source dir should not be in -I path automatically
The UNIX makefile generator adds a -I path for the current source directory to the compile lines automatically. This is inconsistent with the Visual Studio generators and is poor behavior anyway. I've removed the code that adds this path in the CVS version:

Checking in cmLocalUnixMakefileGenerator.cxx;
/cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator.cxx,v <-- cmLocalUnixMakefileGenerator.cxx
new revision: 1.166; previous revision: 1.165
done

The fix should be moved to the 2.0 release branch.
No tags attached.
Issue History

Notes
(0001195)
Brad King   
2004-06-15 11:58   
I'm reassigning this to Ken to merge to the release branch.