-don't add the INCLUDE env.var twice to the Eclipse project file
Alex
This commit is contained in:
parent
2c156fd18c
commit
41d6430b52
|
@ -292,7 +292,6 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile()
|
|||
AddEnvVar(fout, "INCLUDE", mf);
|
||||
AddEnvVar(fout, "LIB", mf);
|
||||
AddEnvVar(fout, "LIBPATH", mf);
|
||||
AddEnvVar(fout, "INCLUDE", mf);
|
||||
}
|
||||
else if (compilerId == "Intel")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue