mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-11 18:13:40 +00:00
ENH: fix warning
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user