From 045fbbb47c23b10fc0cf6bcbff53c15e6f59a0d9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 5 Apr 2023 09:43:35 -0400 Subject: Help: Remove duplicated word in COMPILE_OPTIONS target property docs Fixes: #24673 --- Help/prop_tgt/COMPILE_OPTIONS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Help') diff --git a/Help/prop_tgt/COMPILE_OPTIONS.rst b/Help/prop_tgt/COMPILE_OPTIONS.rst index 0fd6aac609..2b93db177f 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 ` 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__FLAGS` and :variable:`CMAKE__FLAGS_` variables, but before those propagated from dependencies by the :prop_tgt:`INTERFACE_COMPILE_OPTIONS` property. -- cgit v1.2.1