mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Rename cmProp in cmValue
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
#include "cmFileAPI.h"
|
||||
#include "cmGlobalGenerator.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmState.h"
|
||||
#include "cmStringAlgorithms.h"
|
||||
#include "cmValue.h"
|
||||
#include "cmake.h"
|
||||
|
||||
namespace {
|
||||
@@ -136,7 +136,7 @@ void Toolchains::DumpToolchainVariable(cmMakefile const* mf,
|
||||
object[variable.ObjectKey] = jsonArray;
|
||||
}
|
||||
} else {
|
||||
cmProp def = mf->GetDefinition(variableName);
|
||||
cmValue def = mf->GetDefinition(variableName);
|
||||
if (def) {
|
||||
object[variable.ObjectKey] = *def;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user