mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
Rename cmProp in cmValue
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
#include "cmGlobalGenerator.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmMessageType.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmStateTypes.h"
|
||||
#include "cmStringAlgorithms.h"
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmValue.h"
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -102,7 +102,7 @@ bool TwoArgsSignature(std::vector<std::string> const& args,
|
||||
cmMakefile& mf = status.GetMakefile();
|
||||
|
||||
std::string const& define = args[0];
|
||||
cmProp cacheValue = mf.GetDefinition(define);
|
||||
cmValue cacheValue = mf.GetDefinition(define);
|
||||
|
||||
std::string configType;
|
||||
if (!cmSystemTools::GetEnv("CMAKE_CONFIG_TYPE", configType) ||
|
||||
|
||||
Reference in New Issue
Block a user