diff options
Diffstat (limited to 'Help/command/add_compile_definitions.rst')
-rw-r--r-- | Help/command/add_compile_definitions.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/add_compile_definitions.rst b/Help/command/add_compile_definitions.rst index ad1fc43..b2eb2af 100644 --- a/Help/command/add_compile_definitions.rst +++ b/Help/command/add_compile_definitions.rst @@ -21,6 +21,9 @@ Function-style definitions are not supported. CMake will automatically escape the value correctly for the native build system (note that CMake language syntax may require escapes to specify some values). +.. versionadded:: 3.26 + Any leading ``-D`` on an item will be removed. + .. |command_name| replace:: ``add_compile_definitions`` .. include:: GENEX_NOTE.txt |