ENH: fix warning

This commit is contained in:
Bill Hoffman 2005-09-15 13:26:29 -04:00
parent 8be3e4eeca
commit 5b9ecdec44
1 changed files with 1 additions and 1 deletions

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
if(!mf->IsOn(compilerWorks.c_str()))
{
std::string fpath = rootBin;
fpath = rootBin;
fpath += "/CMake";
fpath += lang;
fpath += "Compiler.cmake";