diff options
| author | Brad King <brad.king@kitware.com> | 2023-06-14 13:17:50 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-14 13:17:53 (GMT) |
| commit | e06b2a526c0d0e8f671b32e28da02176df345ad3 (patch) | |
| tree | a95eb360538886d33cec6a785e77925f5d2d0ba4 /Help/command/add_custom_command.rst | |
| parent | c42fb292e928463b30546aea43d73a121741e5bb (diff) | |
| parent | 536c1de1d442c46c23e40ae7b3f60f1a34b11134 (diff) | |
| download | CMake-e06b2a526c0d0e8f671b32e28da02176df345ad3.zip CMake-e06b2a526c0d0e8f671b32e28da02176df345ad3.tar.gz CMake-e06b2a526c0d0e8f671b32e28da02176df345ad3.tar.bz2 | |
Merge topic 'remove-vs11-generator'
536c1de1d4 Drop Visual Studio 11 2012 generator
f444f172c3 cmVisualStudio10TargetGenerator: Remove unused VS-10-only code
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8562
Diffstat (limited to 'Help/command/add_custom_command.rst')
| -rw-r--r-- | Help/command/add_custom_command.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index 7b3aa1a..6dc6832 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -512,7 +512,7 @@ one of the keywords to make clear the behavior they expect. Because generator expressions can be used in custom commands, it is possible to define ``COMMAND`` lines or whole custom commands which evaluate to empty strings for certain configurations. - For **Visual Studio 11 2012 (and newer)** generators these command + For **Visual Studio 12 2013 (and newer)** generators these command lines or custom commands will be omitted for the specific configuration and no "empty-string-command" will be added. |
