diff options
author | Deniz Bahadir <dbahadir@benocs.com> | 2020-11-13 22:34:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-16 17:56:54 (GMT) |
commit | 7524501d893ad4a768c104a3ac6c62ceacc6a7ab (patch) | |
tree | 4b4b5bf9eb71a1e6b312fcec974c8355805ff3ae /Modules/FindProducer.cmake | |
parent | 01b473b81098e95ac3e6cbf173c78bf02bdf036c (diff) | |
download | CMake-7524501d893ad4a768c104a3ac6c62ceacc6a7ab.zip CMake-7524501d893ad4a768c104a3ac6c62ceacc6a7ab.tar.gz CMake-7524501d893ad4a768c104a3ac6c62ceacc6a7ab.tar.bz2 |
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>
Diffstat (limited to 'Modules/FindProducer.cmake')
0 files changed, 0 insertions, 0 deletions