summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-04-06 13:06:14 +0000
committerKitware Robot <kwrobot@kitware.com>2023-04-06 09:06:44 -0400
commite96f56708f0443198f792151f4a06f8540fe0c91 (patch)
tree7b00dd3fae750149bdff074819d751dfffd3e8e3 /Help
parentebe79736f73145743351cc3e799163cfa1ec74ee (diff)
parent045fbbb47c23b10fc0cf6bcbff53c15e6f59a0d9 (diff)
downloadcmake-e96f56708f0443198f792151f4a06f8540fe0c91.tar.gz
Merge topic 'doc-typo'
045fbbb47c Help: Remove duplicated word in COMPILE_OPTIONS target property docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8396
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_tgt/COMPILE_OPTIONS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/COMPILE_OPTIONS.rst b/Help/prop_tgt/COMPILE_OPTIONS.rst
index 0dec25015d..8b032adeee 100644
--- a/Help/prop_tgt/COMPILE_OPTIONS.rst
+++ b/Help/prop_tgt/COMPILE_OPTIONS.rst
@@ -6,7 +6,7 @@ List of options to pass to the compiler.
This property holds a :ref:`semicolon-separated list <CMake Language Lists>`
of options specified so far for its target. Use the
:command:`target_compile_options` command to append more options.
-The options will be added after after flags in the
+The options will be added after flags in the
:variable:`CMAKE_<LANG>_FLAGS` and :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>`
variables, but before those propagated from dependencies by the
:prop_tgt:`INTERFACE_COMPILE_OPTIONS` property.