mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
This MR may help to solve issues #19757 and #18008 Fixes: #19965
This commit is contained in:
@@ -40,6 +40,7 @@ struct cmGeneratorExpressionContext
|
||||
bool HadError;
|
||||
bool HadContextSensitiveCondition;
|
||||
bool HadHeadSensitiveCondition;
|
||||
bool HadLinkLanguageSensitiveCondition;
|
||||
bool EvaluateForBuildsystem;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user