mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmTarget: Split storage of link implementation from backtraces.
This commit is contained in:
@@ -111,13 +111,4 @@ struct cmListFile
|
||||
std::vector<cmListFileFunction> Functions;
|
||||
};
|
||||
|
||||
struct cmValueWithOrigin {
|
||||
cmValueWithOrigin(const std::string &value,
|
||||
const cmListFileBacktrace &bt)
|
||||
: Value(value), Backtrace(bt)
|
||||
{}
|
||||
std::string Value;
|
||||
cmListFileBacktrace Backtrace;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user