ENH: fix warning
This commit is contained in:
parent
8be3e4eeca
commit
5b9ecdec44
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user