cmake/Help/command/make_directory.rst

15 lines
287 B
ReStructuredText
Raw Normal View History

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
::
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.