diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-12-30 12:31:10 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-12-30 12:31:10 (GMT) |
commit | 646e71f29021d76998d1161dc00d52f00ad2b94b (patch) | |
tree | cc0ae9aa75b7188fd2eccd45f44b2cddb0bad2cf /Source/cmExtraEclipseCDT4Generator.cxx | |
parent | 978de74d6ed215d13a625cfb03e7b90d11962530 (diff) | |
download | CMake-646e71f29021d76998d1161dc00d52f00ad2b94b.zip CMake-646e71f29021d76998d1161dc00d52f00ad2b94b.tar.gz CMake-646e71f29021d76998d1161dc00d52f00ad2b94b.tar.bz2 |
fix line lengths
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx index 57ff255..43c8b21 100644 --- a/Source/cmExtraEclipseCDT4Generator.cxx +++ b/Source/cmExtraEclipseCDT4Generator.cxx @@ -282,7 +282,7 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile() fout << "\t\t\t\t<dictionary>\n" "\t\t\t\t\t<key>org.eclipse.cdt.make.core.environment</key>\n" - "\t\t\t\t\t<value>VERBOSE=1|CMAKE_NO_VERBOSE=1|" // enforce VERBOSE Makefile output + "\t\t\t\t\t<value>VERBOSE=1|CMAKE_NO_VERBOSE=1|" //verbose Makefile output ; // set vsvars32.bat environment available at CMake time, // but not necessarily when eclipse is open @@ -297,7 +297,8 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile() else if (compilerId == "Intel") { // if the env.var is set, use this one and put it in the cache - // if the env.var is not set, but the value is in the cache, use it from the cache: + // if the env.var is not set, but the value is in the cache, + // use it from the cache: AddEnvVar(fout, "INTEL_LICENSE_FILE", mf); } fout << |