mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Rename cmProp in cmValue
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
#include "cmExecutionStatus.h"
|
||||
#include "cmGeneratorExpression.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmSourceFile.h"
|
||||
#include "cmStringAlgorithms.h"
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmTarget.h"
|
||||
#include "cmValue.h"
|
||||
|
||||
namespace {
|
||||
/** \class cmDependInformation
|
||||
@@ -118,7 +118,7 @@ public:
|
||||
std::set<std::string> uniqueIncludes;
|
||||
std::vector<std::string> orderedAndUniqueIncludes;
|
||||
for (auto const& target : this->Makefile->GetTargets()) {
|
||||
cmProp incDirProp = target.second.GetProperty("INCLUDE_DIRECTORIES");
|
||||
cmValue incDirProp = target.second.GetProperty("INCLUDE_DIRECTORIES");
|
||||
if (!incDirProp) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user