mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
target_sources(): Enforce stricter requirements for FILE_SET name
Fixes: #23286
This commit is contained in:
@@ -56,6 +56,8 @@ public:
|
||||
const cmGeneratorTarget* target,
|
||||
cmGeneratorExpressionDAGChecker* dagChecker = nullptr) const;
|
||||
|
||||
static bool IsValidName(const std::string& name);
|
||||
|
||||
private:
|
||||
std::string Name;
|
||||
std::string Type;
|
||||
|
||||
Reference in New Issue
Block a user