mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
add_custom_command: Evaluate generator expressions in DEPENDS
Rely on evaluation in cmCustomCommandGenerator for the generators. When tracing target dependencies, depend on the union of dependencies for all configurations.
This commit is contained in:
@@ -28,6 +28,8 @@ class cmCustomCommandGenerator
|
||||
bool OldStyle;
|
||||
bool MakeVars;
|
||||
cmGeneratorExpression* GE;
|
||||
mutable bool DependsDone;
|
||||
mutable std::vector<std::string> Depends;
|
||||
public:
|
||||
cmCustomCommandGenerator(cmCustomCommand const& cc,
|
||||
const std::string& config,
|
||||
|
||||
Reference in New Issue
Block a user