2013-10-15 19:17:36 +04:00
|
|
|
make_directory
|
|
|
|
--------------
|
|
|
|
|
2015-06-05 00:51:22 +03:00
|
|
|
Deprecated. Use the :command:`file(MAKE_DIRECTORY)` command instead.
|
2013-10-15 19:17:36 +04: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.
|