mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
STYLE: some m_ to this-> cleanup
This commit is contained in:
@@ -56,7 +56,7 @@ bool cmAddExecutableCommand::InitialPass(std::vector<std::string> const& args)
|
||||
}
|
||||
|
||||
std::vector<std::string> srclists(s, args.end());
|
||||
cmTarget* tgt = m_Makefile->AddExecutable(exename.c_str(), srclists);
|
||||
cmTarget* tgt = this->Makefile->AddExecutable(exename.c_str(), srclists);
|
||||
if ( use_win32 )
|
||||
{
|
||||
tgt->SetProperty("WIN32_EXECUTABLE", "ON");
|
||||
|
Reference in New Issue
Block a user