Files
CMake/Help/release/dev/windows-auto-export-incremental-build.rst
T
Daniel Eiband ff5028c531 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
2019-09-09 15:43:15 +02:00

7 lines
252 B
ReStructuredText

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.