blob: b1b1e3c4141925451bbb886835e111f551a85f36 (
plain)
1
2
3
4
5
6
|
file_cmd_touch
------------------
* The :command:`file(TOUCH)` and :command:`file(TOUCH_NOCREATE)` commands
were added to expose TOUCH functionality without having to use CMake's
command-line tool mode with :command:`execute_process`.
|