Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(): TOUCH, TOUCH_NOCREATE and MAKE_DIRECTORY accept empty lists | Craig Scott | 2024-05-31 | 1 | -0/+1 |
| | | | | | | | | | Projects may be generating a list of files or directories to pass as arguments to file(TOUCH), file(TOUCH_NOCREATE), or file(MAKE_DIRECTORY). Those lists might end up being empty, so rather than requiring at least one item, allow an empty list. Fixes: #24897 | ||||
* | Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commands | Shane Parris | 2018-02-15 | 1 | -0/+16 |