mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
2ce08e5489
Fixes: #20295
9 lines
260 B
ReStructuredText
9 lines
260 B
ReStructuredText
PCH_WARN_INVALID
|
|
----------------
|
|
|
|
When this property is set to true, the precompile header compiler options
|
|
will contain a compiler flag wich should warn about invalid precompiled
|
|
headers e.g. ``-Winvalid-pch`` for GNU compiler.
|
|
|
|
The defalut value is ``ON``.
|