diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-08-28 11:57:52 (GMT) |
---|---|---|
committer | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-09 13:43:15 (GMT) |
commit | ff5028c5318c5d404390d8114d9453fc81fa9a33 (patch) | |
tree | ba70af3296671bcb05410ec2e53acb5421eaa4f6 /Help | |
parent | 6db8f6a410d99e9a66847530bb520b329d2f1a9e (diff) | |
download | CMake-ff5028c5318c5d404390d8114d9453fc81fa9a33.zip CMake-ff5028c5318c5d404390d8114d9453fc81fa9a33.tar.gz CMake-ff5028c5318c5d404390d8114d9453fc81fa9a33.tar.bz2 |
Windows: Prevent auto exports to be regenerated on every build
Check modified time stamps of input files against an existing exports file
before generating the auto exports.
Fixes: #19650
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/windows-auto-export-incremental-build.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/windows-auto-export-incremental-build.rst b/Help/release/dev/windows-auto-export-incremental-build.rst new file mode 100644 index 0000000..3126329 --- /dev/null +++ b/Help/release/dev/windows-auto-export-incremental-build.rst @@ -0,0 +1,6 @@ +windows-auto-export-incremental-build +------------------------------------- + +* On Windows, existing auto generated exports are now only updated if the + modified time stamp of the exports is not newer than any modified time stamp + of the input files. |