cmake/Help/command/make_directory.rst

13 lines
276 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
make_directory
--------------
2015-11-17 17:22:37 +01:00
Deprecated. 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.