CMake/Help/command/make_directory.rst
Michael Scott c3f40f4fd9 Help: Improve formatting of command documentation
Use inline reStructuredText markup and add cross-references in more
places.
2015-06-08 16:28:31 -04:00

13 lines
276 B
ReStructuredText

make_directory
--------------
Deprecated. 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.