mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
cmMakefile::GetProperty: return cmProp
This commit is contained in:
@@ -42,7 +42,7 @@ void cmVariableWatchCommandVariableAccessed(const std::string& variable,
|
||||
/// Ultra bad!!
|
||||
cmMakefile* makefile = const_cast<cmMakefile*>(mf);
|
||||
|
||||
std::string stack = makefile->GetProperty("LISTFILE_STACK");
|
||||
std::string stack = *mf->GetProperty("LISTFILE_STACK");
|
||||
if (!data->Command.empty()) {
|
||||
cmListFileFunction newLFF;
|
||||
const char* const currentListFile =
|
||||
|
||||
Reference in New Issue
Block a user