blob: 959749d6c1020ff0cfe266243507261a79e9628c [file] [log] [blame]
Kitware Robotf0518142013-10-15 11:17:36 -04001make_directory
2--------------
3
Joachim Wuttke (o)c8e8c9c2018-10-25 13:15:34 +02004.. deprecated:: 3.0
5
6 Use the :command:`file(MAKE_DIRECTORY)` command instead.
Kitware Robotf0518142013-10-15 11:17:36 -04007
Alex Turbov8c627432022-11-06 06:49:09 +04008.. code-block:: cmake
Kitware Robotf0518142013-10-15 11:17:36 -04009
10 make_directory(directory)
11
12Creates the specified directory. Full paths should be given. Any
13parent directories that do not exist will also be created. Use with
14care.