mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-22 16:07:49 +08:00
Help: Document that configure_file can create directories
This commit is contained in:
@@ -96,6 +96,7 @@ The arguments are:
|
|||||||
with respect to the value of :variable:`CMAKE_CURRENT_BINARY_DIR`.
|
with respect to the value of :variable:`CMAKE_CURRENT_BINARY_DIR`.
|
||||||
If the path names an existing directory the output file is placed
|
If the path names an existing directory the output file is placed
|
||||||
in that directory with the same file name as the input file.
|
in that directory with the same file name as the input file.
|
||||||
|
If the path contains non-existent directories, they are created.
|
||||||
|
|
||||||
``NO_SOURCE_PERMISSIONS``
|
``NO_SOURCE_PERMISSIONS``
|
||||||
.. versionadded:: 3.19
|
.. versionadded:: 3.19
|
||||||
|
Reference in New Issue
Block a user