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
344 B
ReStructuredText
11 lines
344 B
ReStructuredText
CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND
|
|
----------------------------------------
|
|
|
|
.. versionadded:: 3.10
|
|
|
|
Command that outputs the compiler pre definitions.
|
|
|
|
See :prop_tgt:`AUTOMOC` which uses
|
|
:variable:`CMAKE_CXX_COMPILER_PREDEFINES_COMMAND <CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND>`
|
|
to generate the :prop_tgt:`AUTOMOC_COMPILER_PREDEFINES`.
|