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:
Peter Kokot 2025-01-20 14:56:08 +01:00
parent 4b56e7526a
commit 2e02e5589d
No known key found for this signature in database
GPG Key ID: A94800907AA79B36

View File

@ -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: