mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-23 16:28:52 -05:00
Merge topic 'generator-expression-dot-in-name-issue-12002'
08428ba Allow '.' in target names in generator expressions (#12002)
This commit is contained in:
@@ -23,7 +23,7 @@ cmGeneratorExpression::cmGeneratorExpression(
|
||||
this->TargetInfo.compile("^\\$<TARGET"
|
||||
"(|_SONAME|_LINKER)" // File with what purpose?
|
||||
"_FILE(|_NAME|_DIR):" // Filename component.
|
||||
"([A-Za-z0-9_-]+)" // Target name.
|
||||
"([A-Za-z0-9_.-]+)" // Target name.
|
||||
">$");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user