Files
CMake/Source
Deniz Bahadir 7524501d89 PCH: Do not mark PCH-header as generated
The PCH header file itself is written by CMake and is not generated by
part of the buildsystem.  Therefore the `GENERATED` property is not
appropriate to set because the file is always present before the build
starts.  We already do not mark the PCH source file as `GENERATED`
either.

This is a preparation for solving #18399, which will no longer allow to
unset the `GENERATED` property from a source-file once it was set.

Fixes: #21437
Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
2020-11-16 12:56:54 -05:00
..
2020-10-28 07:47:38 -04:00
2020-11-16 00:01:17 -05:00
2020-10-15 08:10:51 -04:00
2020-10-27 07:33:46 -04:00
2020-09-09 08:21:26 -04:00
2020-11-05 11:39:32 -08:00