summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-27 14:32:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-27 14:32:11 (GMT)
commit164a156c7c26aaf4f30e73ae0cdb6d2e8a10e0a4 (patch)
tree80ff163cf9ef18f863398d159996e7050923e06d /Help/command
parent2992d4057aea12d88c9cb44b2e001f70ead9eb90 (diff)
parent8d6f015d59262c53cda4394defaba9b4ae1278dd (diff)
downloadCMake-164a156c7c26aaf4f30e73ae0cdb6d2e8a10e0a4.zip
CMake-164a156c7c26aaf4f30e73ae0cdb6d2e8a10e0a4.tar.gz
CMake-164a156c7c26aaf4f30e73ae0cdb6d2e8a10e0a4.tar.bz2
Merge topic 'remove-vs10-generator'
8d6f015d59 Drop Visual Studio 10 2010 generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7718
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/add_custom_command.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 523e1b3..99adc85 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -436,7 +436,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 2010 (and newer)** generators these command
+ For **Visual Studio 11 2012 (and newer)** generators these command
lines or custom commands will be omitted for the specific
configuration and no "empty-string-command" will be added.