system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /usr/share/cmake3/Help/command/ |
| Current File : //usr/share/cmake3/Help/command/make_directory.rst |
make_directory -------------- .. deprecated:: 3.0 Use the :command:`file(MAKE_DIRECTORY)` command instead. :: make_directory(directory) Creates the specified directory. Full paths should be given. Any parent directories that do not exist will also be created. Use with care.