mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 08:10:48 +00:00
Help: Remove duplicated word in COMPILE_OPTIONS target property docs
Fixes: #24673
This commit is contained in:
@@ -6,7 +6,7 @@ List of options to pass to the compiler.
|
|||||||
This property holds a :ref:`semicolon-separated list <CMake Language Lists>`
|
This property holds a :ref:`semicolon-separated list <CMake Language Lists>`
|
||||||
of options specified so far for its target. Use the
|
of options specified so far for its target. Use the
|
||||||
:command:`target_compile_options` command to append more options.
|
: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>`
|
:variable:`CMAKE_<LANG>_FLAGS` and :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>`
|
||||||
variables, but before those propagated from dependencies by the
|
variables, but before those propagated from dependencies by the
|
||||||
:prop_tgt:`INTERFACE_COMPILE_OPTIONS` property.
|
:prop_tgt:`INTERFACE_COMPILE_OPTIONS` property.
|
||||||
|
|||||||
Reference in New Issue
Block a user