2014-08-03 19:52:23 +02:00
|
|
|
make_directory
|
|
|
|
--------------
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
.. deprecated:: 3.0
|
|
|
|
|
|
|
|
Use the :command:`file(MAKE_DIRECTORY)` command instead.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
2023-05-23 16:38:00 +02:00
|
|
|
.. code-block:: cmake
|
2014-08-03 19:52:23 +02:00
|
|
|
|
|
|
|
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.
|