From 5b9ecdec44bfbb360bead9d0af522bfecd10063e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 15 Sep 2005 13:26:29 -0400 Subject: [PATCH] ENH: fix warning --- Source/cmGlobalGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 2bd0cb28d..bf805556c 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -386,7 +386,7 @@ cmGlobalGenerator::EnableLanguage(std::vectorconst& 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";