Преглед на файлове

Merge topic 'doc-typo' into release-3.26

045fbbb47c Help: Remove duplicated word in COMPILE_OPTIONS target property docs

Acked-by: Kitware Robot <[email protected]>
Merge-request: !8396
Brad King преди 2 години
родител
ревизия
35c8f504ae
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Help/prop_tgt/COMPILE_OPTIONS.rst

+ 1 - 1
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.