mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
genex: remove the need for backtraces
Rather than making dummy backtraces and passing them around, just make backtraces optional.
This commit is contained in:
@@ -377,8 +377,7 @@ void cmExportFileGenerator::PopulateIncludeDirectoriesInterface(
|
||||
const char *propName = "INTERFACE_INCLUDE_DIRECTORIES";
|
||||
const char *input = target->GetProperty(propName);
|
||||
|
||||
cmListFileBacktrace lfbt;
|
||||
cmGeneratorExpression ge(lfbt);
|
||||
cmGeneratorExpression ge;
|
||||
|
||||
std::string dirs = cmGeneratorExpression::Preprocess(
|
||||
tei->InterfaceIncludeDirectories,
|
||||
|
||||
Reference in New Issue
Block a user