diff options
author | Sylvain Joubert <joubert.sy@gmail.com> | 2017-07-04 11:10:19 (GMT) |
---|---|---|
committer | Sylvain Joubert <joubert.sy@gmail.com> | 2017-07-07 13:46:35 (GMT) |
commit | c7d81e16cb0f2023098ca64e33a4408b8ba80287 (patch) | |
tree | 941bbfc13022394d5c4073bea6b7a5486e25b965 /Help/command/configure_file.rst | |
parent | 2ef3527dfe03ac6e5f5c49d13d99b2304381b0a8 (diff) | |
download | CMake-c7d81e16cb0f2023098ca64e33a4408b8ba80287.zip CMake-c7d81e16cb0f2023098ca64e33a4408b8ba80287.tar.gz CMake-c7d81e16cb0f2023098ca64e33a4408b8ba80287.tar.bz2 |
Help: Explicitly state that some file generations are lazy
Fixes: #16856
Diffstat (limited to 'Help/command/configure_file.rst')
-rw-r--r-- | Help/command/configure_file.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/configure_file.rst b/Help/command/configure_file.rst index 4304f09..6c60303 100644 --- a/Help/command/configure_file.rst +++ b/Help/command/configure_file.rst @@ -33,6 +33,8 @@ either ``#define VAR 1`` or ``#define VAR 0`` similarly. If the input file is modified the build system will re-run CMake to re-configure the file and generate the build system again. +The generated file is modified and its timestamp updated on subsequent +cmake runs only if its content is changed. The arguments are: |