Explorar el Código

file(MAKE_DIRECTORY): Document current source directory

Relative paths in the directories list argument are treated as relative
to the current source directory.
Peter Kokot hace 10 meses
padre
commit
2e02e5589d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Help/command/file.rst

+ 2 - 1
Help/command/file.rst

@@ -402,7 +402,8 @@ Filesystem
 .. signature::
   file(MAKE_DIRECTORY <directories>... [RESULT <result>])
 
-  Create the given directories and their parents as needed.
+  Create the given directories and their parents as needed.  Relative input
+  paths are evaluated with respect to the current source directory.
 
   The options are: