mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Make INTERFACE determined properties readable in generator expressions.
The properties are evaluated as link-dependent interface properties when evaluating the generator expressions.
This commit is contained in:
@@ -35,6 +35,9 @@ struct cmGeneratorExpressionDAGChecker
|
||||
|
||||
void reportError(cmGeneratorExpressionContext *context,
|
||||
const std::string &expr);
|
||||
|
||||
bool EvaluatingLinkLibraries();
|
||||
|
||||
private:
|
||||
Result checkGraph() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user