1
0

make_directory.rst 266 B

123456789101112
  1. make_directory
  2. --------------
  3. Deprecated. Use the 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.