mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 00:30:48 +00:00
file(MAKE_DIRECTORY): Document current source directory
Relative paths in the directories list argument are treated as relative to the current source directory.
This commit is contained in:
@@ -402,7 +402,8 @@ Filesystem
|
|||||||
.. signature::
|
.. signature::
|
||||||
file(MAKE_DIRECTORY <directories>... [RESULT <result>])
|
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:
|
The options are:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user