mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
58f4744821
Optional spaces and/or tabs are now understood between the '#' character and the 'cmakedefine'/'cmakedefine01' words. This indentation is preserved in the output lines. Fixes: #13037
8 lines
305 B
ReStructuredText
8 lines
305 B
ReStructuredText
indented_cmakedefine
|
|
--------------------
|
|
|
|
* The :command:`configure_file` command learned to support indented
|
|
``# cmakedefine`` and ``# cmakedefine01``. Spaces and/or tabs between
|
|
the ``#`` character and the ``cmakedefine``/``cmakedefine01`` words
|
|
are now understood and preserved in the output.
|