ENH: fix warning

This commit is contained in:
Bill Hoffman 2005-09-15 13:26:29 -04:00
parent 8be3e4eeca
commit 5b9ecdec44

View File

@ -386,7 +386,7 @@ cmGlobalGenerator::EnableLanguage(std::vector<std::string>const& languages,
// so that it will get tested the next time cmake is run // so that it will get tested the next time cmake is run
if(!mf->IsOn(compilerWorks.c_str())) if(!mf->IsOn(compilerWorks.c_str()))
{ {
std::string fpath = rootBin; fpath = rootBin;
fpath += "/CMake"; fpath += "/CMake";
fpath += lang; fpath += lang;
fpath += "Compiler.cmake"; fpath += "Compiler.cmake";