mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
-don't add the INCLUDE env.var twice to the Eclipse project file
Alex
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user