| Kitware Robot | f051814 | 2013-10-15 11:17:36 -0400 | [diff] [blame] | 1 | make_directory |
| 2 | -------------- |
| 3 | |
| Joachim Wuttke (o) | c8e8c9c | 2018-10-25 13:15:34 +0200 | [diff] [blame] | 4 | .. deprecated:: 3.0 |
| 5 | |
| 6 | Use the :command:`file(MAKE_DIRECTORY)` command instead. |
| Kitware Robot | f051814 | 2013-10-15 11:17:36 -0400 | [diff] [blame] | 7 | |
| Alex Turbov | 8c62743 | 2022-11-06 06:49:09 +0400 | [diff] [blame] | 8 | .. code-block:: cmake |
| Kitware Robot | f051814 | 2013-10-15 11:17:36 -0400 | [diff] [blame] | 9 | |
| 10 | make_directory(directory) |
| 11 | |
| 12 | Creates the specified directory. Full paths should be given. Any |
| 13 | parent directories that do not exist will also be created. Use with |
| 14 | care. |