make_directory.rst 276 B

123456789101112
  1. make_directory
  2. --------------
  3. Deprecated. Use the :command:`file(MAKE_DIRECTORY)` command instead.
  4. ::
  5. make_directory(directory)
  6. Creates the specified directory. Full paths should be given. Any
  7. parent directories that do not exist will also be created. Use with
  8. care.