1make_directory 2-------------- 3 4.. deprecated:: 3.0 5 6 Use the :command:`file(MAKE_DIRECTORY)` command instead. 7 8:: 9 10 make_directory(directory) 11 12Creates the specified directory. Full paths should be given. Any 13parent directories that do not exist will also be created. Use with 14care. 15