mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
11 lines
289 B
ReStructuredText
11 lines
289 B
ReStructuredText
DISABLE_PRECOMPILE_HEADERS
|
|
--------------------------
|
|
|
|
.. versionadded:: 3.16
|
|
|
|
Disables the precompilation of header files specified by
|
|
:prop_tgt:`PRECOMPILE_HEADERS` property.
|
|
|
|
If the property is not set, CMake will use the value provided
|
|
by :variable:`CMAKE_DISABLE_PRECOMPILE_HEADERS`.
|