diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2019-09-25 00:08:15 +0200 |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2019-10-01 18:33:40 +0200 |
commit | e6e189e02bb6e3efafc5d635edf5eb9688291e71 (patch) | |
tree | 02a1d57f1c6163db9a9f7e4595a8518b64d1d787 /Source/cmGlobalGenerator.h | |
parent | ec16afc9e8aed8aebd387c416af5b5eef4ad337a (diff) | |
download | cmake-e6e189e02bb6e3efafc5d635edf5eb9688291e71.tar.gz |
PCH: Report error when setting COMPILE_PDB_NAME property
Reusable precompile headers require specific COMPILE_PDB_NAME property
values. Report error if the user tries to set a different value.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index cf9c951f43..eb5ee27d67 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -610,6 +610,7 @@ private: bool CheckTargetsForMissingSources() const; bool CheckTargetsForType() const; + bool CheckTargetsForPchCompilePdb() const; void CreateLocalGenerators(); |