-don't add the INCLUDE env.var twice to the Eclipse project file

Alex
This commit is contained in:
Alex Neundorf 2010-04-18 11:29:50 +02:00
parent 2c156fd18c
commit 41d6430b52
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile()
AddEnvVar(fout, "INCLUDE", mf); AddEnvVar(fout, "INCLUDE", mf);
AddEnvVar(fout, "LIB", mf); AddEnvVar(fout, "LIB", mf);
AddEnvVar(fout, "LIBPATH", mf); AddEnvVar(fout, "LIBPATH", mf);
AddEnvVar(fout, "INCLUDE", mf);
} }
else if (compilerId == "Intel") else if (compilerId == "Intel")
{ {