blob: 4cef0231af0047405b6eb8ff8b693d3dffdcb64f (
plain)
1
2
3
4
5
6
7
8
|
DISABLE_PRECOMPILE_HEADERS
--------------------------
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`.
|