diff options
author | Marc Aldorasi <marc@groundctl.com> | 2021-10-27 20:46:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-28 16:48:25 (GMT) |
commit | fa47e9c8f9082f5c75b56e1f8069509f898c9a25 (patch) | |
tree | 3388f031d410cf2866055b1dca8f34013bd33fd4 /Help/command | |
parent | 28a033cc7de056d1a74857606397bb294ebe27ac (diff) | |
download | CMake-fa47e9c8f9082f5c75b56e1f8069509f898c9a25.zip CMake-fa47e9c8f9082f5c75b56e1f8069509f898c9a25.tar.gz CMake-fa47e9c8f9082f5c75b56e1f8069509f898c9a25.tar.bz2 |
Help: Document that configure_file can create directories
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/configure_file.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/configure_file.rst b/Help/command/configure_file.rst index 086668c..1d81423 100644 --- a/Help/command/configure_file.rst +++ b/Help/command/configure_file.rst @@ -96,6 +96,7 @@ The arguments are: with respect to the value of :variable:`CMAKE_CURRENT_BINARY_DIR`. If the path names an existing directory the output file is placed 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`` .. versionadded:: 3.19 |