mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
7c516f7e28
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